Cogito, ergo sum

Difference between revisions of "Transient"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
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:
#REDIRECT [[Variables#Modifiers_affecting_values]]
+
{{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

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