Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:SeqAct_Delay (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent >> SeqAct_Delay |
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
Property group 'SeqAct_Delay'
Duration
Type: float
Default duration to use if no variables are linked
Default value: 1.0
Internal variables
bDelayActive
Type: bool
Modifiers: const
Is this delay currently active?
DefaultDuration
Type: float
Modifiers: const
Default value: 1.0
LastUpdateTime
Type: float
Modifiers: const
Time at which this op was last updated, to prevent multiple updates per tick
RemainingTime
Type: float
Modifiers: const
Remaining time left on the duration
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
InputLinks[0] |
|
||||||||
InputLinks[1] |
|
||||||||
InputLinks[2] |
|
||||||||
ObjCategory | "Misc" | ||||||||
ObjName | "Delay" | ||||||||
VariableLinks[0] |
|
Events
IsValidUISequenceObject
event bool IsValidUISequenceObject (optional UIScreenObject TargetObject)
Overrides: SequenceObject.IsValidUISequenceObject
Determines whether this class should be displayed in the list of available ops in the UI's kismet editor.
Parameters:
- TargetObject - the widget that this SequenceObject would be attached to.
Returns:
- TRUE if this sequence object should be available for use in the UI kismet editor