AMatineeActor::GetControlledActors

Get all actors controlled by this matinee.

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 GetControlledActors
(
    TArray< AActor * > & OutActors
)

Remarks

Get all actors controlled by this matinee. Iterates over GroupActorInfos and finds all referenced actors, regardless of matinee state.

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