There is no spoon

UE3:UIAction_SaveProfileSettings (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_SaveProfileSettings
Package: 
Engine

This action joins an online game based upon the search object that is bound to the UI list

Properties

bIsDone

Type: bool

Whether or not the latent op has finished.

bWroteProfile

Type: bool

Whether or not the profile was written to.

Default values

Property Value
bAutoActivateOutputLinks False
bAutoTargetOwner True
bLatentExecution True
ObjCategory "Online"
ObjName "Save Profile Settings"
OutputLinks[0]
Member Value
LinkDesc "Failure"
OutputLinks[1]
Member Value
LinkDesc "Success"

Functions

Events

ClearDelegate

event ClearDelegate ()

Clears the profile write complete delegate.

RegisterDelegate

event RegisterDelegate ()

Registers the profile write delegate.

Other instance functions

OnProfileWriteComplete

function OnProfileWriteComplete (bool bWasSuccessful)

Sets the bIsDone flag to true so we unblock kismet.