Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "Transient"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
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.
 
==See also==
 
* [[NonTransient]]
 

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.