Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UIEvent_SceneActivated (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceEvent >> UIEvent >> UIEvent_Scene >> UIEvent_SceneActivated |
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. |
This event is activated when a scene is opened.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
bInitialActivation
Type: bool
True if the scene has just been activated; FALSE if the scene is becoming active as a result of closing another scene.
Default values
Property | Value | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjClassVersion | 3 | ||||||||||||||||
ObjName | "Scene Opened" | ||||||||||||||||
ObjPosX | 48 | ||||||||||||||||
ObjPosY | 216 | ||||||||||||||||
VariableLinks[3] |
|
Events
DeActivated
event DeActivated ()
Overrides: SequenceOp.Deactivated
Called when this event is deactivated.
This version disables all output links if the container scene is invalid or is no longer in the scene client's active scenes array.