Mostly Harmless
UE3:UTUIScene_SaveProfile (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
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. |
Copyright © 1998-2007 Epic Games, Inc. All Rights Reserved.
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 |
---|---|
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]
delegate OnSaveFinished ()
Functions[edit]
Events[edit]
PerformSave[edit]
event PerformSave ()
PostInitialize[edit]
event PostInitialize ()
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized
ShutDown[edit]
event ShutDown ()
Other instance functions[edit]
KillInput[edit]
function bool KillInput (const out UIRoot.InputEventParameters EventParms)
OnSaveProfileComplete[edit]
function OnSaveProfileComplete (bool bWasSuccessful)
Called when the save has completed the async operation
Parameters:
- bWasSuccessful - whether the save worked ok or not