UInterpTrackInst::GetGroupActor

Return the [AActor](API\Runtime\Engine\GameFramework\AActor) associated with this instance of a Group.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackInst.h"

Source

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

Syntax

AActor * GetGroupActor() const

Remarks

Return the AActor associated with this instance of a Group. Note that all Groups have at least 1 instance, even if no AActor variable is attached, so this may return NULL.

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