Mostly Harmless
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[edit]
Property group 'SeqAct_Delay'[edit]
Duration[edit]
Type: float
Default duration to use if no variables are linked
Default value: 1.0
Internal variables[edit]
bDelayActive[edit]
Type: bool
Modifiers: const
Is this delay currently active?
DefaultDuration[edit]
Type: float
Modifiers: const
Default value: 1.0
LastUpdateTime[edit]
Type: float
Modifiers: const
Time at which this op was last updated, to prevent multiple updates per tick
RemainingTime[edit]
Type: float
Modifiers: const
Remaining time left on the duration
Default values[edit]
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
InputLinks[0] |
|
||||||||
InputLinks[1] |
|
||||||||
InputLinks[2] |
|
||||||||
ObjCategory | "Misc" | ||||||||
ObjName | "Delay" | ||||||||
VariableLinks[0] |
|
Events[edit]
IsValidUISequenceObject[edit]
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