My program doesn't have bugs. It just develops random features.
UE3:SeqAct_Delay (UDK)
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent >> SeqAct_Delay |
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. |
Properties[edit]
Property group 'SeqAct_Delay'[edit]
bStartWillRestart[edit]
Type: bool
When set triggering start again with restart the time without triggering the finished output, otherwise default behavior of not changing the initial delay time
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] |
|
Functions[edit]
Native functions[edit]
ResetDelayActive[edit]
Events[edit]
IsValidUISequenceObject[edit]
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
Other instance functions[edit]
Reset[edit]
Overrides: SequenceOp.Reset