My program doesn't have bugs. It just develops random features.
Difference between revisions of "Transient"
From Unreal Wiki, The Unreal Engine Documentation Site
m (Missed structs) |
m (no need to refer to NonTransient, they'll see when looking at the class modifiers) |
||
Line 1: | Line 1: | ||
{{disambig}} | {{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. | 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.