Cogito, ergo sum
Difference between revisions of "Transient"
From Unreal Wiki, The Unreal Engine Documentation Site
m (Redirected to Variables#Modifiers_affecting_values) |
m (no need to refer to NonTransient, they'll see when looking at the class modifiers) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | # | + | {{disambig}} |
+ | The keyword '''transient''' is used as a modifier for [[Class#Modifiers|classes]], [[Variables#Modifiers_affecting_values|variables]] and [[Structs#Modifiers_affecting_values|structs]] whose values should not be saved. |
Latest revision as of 08:33, 15 May 2011
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
The keyword transient is used as a modifier for classes, variables and structs whose values should not be saved.