AMatineeActor::GetAffectedActors

Get all Actors currently being used on by this Matinee actor.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/MatineeActor.h

Include

#include "Matinee/MatineeActor.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

void GetAffectedActors
(
    TArray< AActor * > & OutActors,
    bool bMovementTrackOnly
)

Remarks

Get all Actors currently being used on by this Matinee actor. Only returns valid array while matinee is active. If bMovementTrackOnly is set, Actors must have a Movement track in their group to be included in the results.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss