I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "UE3:UTUIScene SaveProfile (UDK)"
(Talk) |
m (1 revision: class descriptions for UDK January update (part 8)) |
||
(One intermediate revision by one other user not shown) | |||
Line 62: | Line 62: | ||
|- | |- | ||
| {{tl|bRenderParentScenes||UIScene properties}} | | {{tl|bRenderParentScenes||UIScene properties}} | ||
+ | | True | ||
+ | |- | ||
+ | | {{tl|bShouldPerformScriptTick||UTUIScene}} | ||
| True | | True | ||
|- | |- | ||
Line 105: | Line 108: | ||
<!-- enter event description --> | <!-- enter event description --> | ||
+ | |||
+ | ====TickScene==== | ||
+ | {{code|event '''TickScene''' ([[float]] '''DeltaTime''')}} | ||
+ | |||
+ | '''Overrides:''' {{tl|TickScene|UTUIScene}} | ||
+ | |||
+ | ''(Description copied from {{tl|TickScene|UTUIScene}})''<br/> | ||
+ | Called every frame if bShouldPerformScriptTick is true | ||
+ | |||
+ | '''Parameters:''' | ||
+ | * ''DeltaTime'' - is the time in seconds for this frame | ||
===Other instance functions=== | ===Other instance functions=== |
Latest revision as of 06:03, 17 January 2010
Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_SaveProfile |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties[edit]
bProfileSaved[edit]
Type: bool
Modifiers: transient
bShutdown[edit]
Type: bool
Modifiers: transient
bUseTimedClose[edit]
Type: bool
Modifiers: transient
If true, then use the elapsed time to close the save message
MinOnScreenTime[edit]
Type: float
Modifiers: transient
OnScreenTime[edit]
Type: float
Modifiers: transient
PlayerIndexToSave[edit]
Type: int
Modifiers: transient
Default values[edit]
Property | Value |
---|---|
OnInterceptRawInputKey | KillInput |
bRenderParentScenes | True |
bShouldPerformScriptTick | True |
SceneInputMode | INPUTMODE_Simultaneous |
SceneRenderMode | SPLITRENDER_Fullscreen |
Subobjects[edit]
SceneEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUIScene.SceneEventComponent
No new values.
Delegates[edit]
OnSaveFinished[edit]
Functions[edit]
Events[edit]
PerformSave[edit]
PostInitialize[edit]
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized. While the Initialized event is only called when a widget is initialized for the first time, PostInitialize() will be called every time this widget receives a call to Initialize(), even if the widget was already initialized. Examples would be reparenting a widget.
ShutDown[edit]
TickScene[edit]
Overrides: UTUIScene.TickScene
(Description copied from UTUIScene.TickScene)
Called every frame if bShouldPerformScriptTick is true
Parameters:
- DeltaTime - is the time in seconds for this frame
Other instance functions[edit]
KillInput[edit]
OnSaveProfileComplete[edit]
Called when the save has completed the async operation
Parameters:
- LocalUserNum - the controller index of the player who's write just completed
- bWasSuccessful - whether the save worked ok or not