UE3:SeqAct_Latent (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent |
- Package:
- Engine
- Direct subclasses:
- SeqAct_ActorFactory, SeqAct_AIMoveToActor, SeqAct_CrowdSpawner, SeqAct_Delay, SeqAct_DelaySwitch, SeqAct_ForceGarbageCollection, SeqAct_ForceMaterialMipsResident, SeqAct_GameCrowdSpawner, SeqAct_Interp, SeqAct_LevelStreamingBase, SeqAct_LevelVisibility, SeqAct_PlayAgentAnimation, SeqAct_PlaySound, SeqAct_PrepareMapChange, SeqAct_SetDOFParams, SeqAct_SetMotionBlurParams, SeqAct_StreamInTextures, SeqAct_WaitForLevelsVisible, UTSeqAct_DummyWeaponFire, SeqAct_ControlGameMovie
- This class in other games:
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 is a basic action that supports latent execution on actors. It will remain active by default until all targeted actors have either finished the latent behavior, or have been destroyed.
Properties
bAborted
Type: bool
Indicates whether or not this latent action has been aborted
LatentActors
List of all actors currently performing this op
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bLatentExecution | True | ||||||||||
ObjColor |
| ||||||||||
ObjName | "Undefined Latent" | ||||||||||
OutputLinks[0] |
| ||||||||||
OutputLinks[1] |
|
Functions
Native functions
AbortFor
native function AbortFor (Actor latentActor)
Allows an actor to abort this current latent action, forcing the Aborted output link to be activated instead of the default one on normal completion.
Parameters:
- latentActor - actor aborting the latent action
Events
Update
script tick interface the action deactivates when this function returns false and LatentActors is empty
Returns:
- whether the action needs to keep ticking