I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "Transient"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (disambig)
m (Missed structs)
Line 1: Line 1:
 
{{disambig}}
 
{{disambig}}
The keyword '''transient''' is used as a modifier for [[Class#Modifiers|classes]] and [[Variables#Modifiers_affecting_values|variables]] 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.
 +
 
 +
==See also==
 +
* [[NonTransient]]

Revision as of 22:59, 22 September 2010

The keyword transient is used as a modifier for classes, variables and structs whose values should not be saved.

See also