There is no spoon
UE3:SeqAct_Latent (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_Latent |
- Package:
- Engine
- Direct subclasses:
- SeqAct_Delay, UTSeqAct_DummyWeaponFire, SeqAct_ForceGarbageCollection, SeqAct_ActorFactory, SeqAct_ForceMaterialMipsResident, SeqAct_AIMoveToActor, SeqAct_CrossFadeMusicTracks, SeqAct_DelaySwitch, SeqAct_DrumHit, SeqAct_Interp, SeqAct_LevelStreamingBase, SeqAct_LevelVisibility, SeqAct_PlayCameraAnim, SeqAct_PlaySound, SeqAct_PrepareMapChange, SeqAct_SetDOFParams, SeqAct_SetMotionBlurParams, SeqAct_VelocityLoop, SeqAct_WaitForLevelsVisible
- This class in other games:
- UDK
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. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
bAborted[edit]
Type: bool
Indicates whether or not this latent action has been aborted
LatentActors[edit]
List of all actors currently performing this op
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bLatentExecution | True | ||||||||||
ObjColor |
|
||||||||||
ObjName | "Undefined Latent" | ||||||||||
OutputLinks[0] |
|
||||||||||
OutputLinks[1] |
|
Functions[edit]
Native functions[edit]
AbortFor[edit]
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[edit]
Update[edit]
script tick interface the action deactivates when this function returns false and LatentActors is empty
Returns:
- whether the action needs to keep ticking