UInterpGroupDirector::SelectGroupActor

Selects the group actor associated with the interp group.

Windows
MacOS
Linux

Override Hierarchy

UInterpGroup::SelectGroupActor()

UInterpGroupDirector::SelectGroupActor()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpGroupDirector.h"

Source

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

Syntax

virtual AActor * SelectGroupActor
(
    class UInterpGroupInst * GrInst,
    bool bDeselectActors
)

Remarks

Selects the group actor associated with the interp group.

Parameters

Parameter

Description

GrInst

The group corresponding to the referenced actor to select.

bDeselectActors

If true, deselects all other actors first

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