UInterpGroup::FindTracksByClass

Find all the tracks in this group of a specific class.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpGroup.h"

Source

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

Syntax

void FindTracksByClass
(
    UClass * TrackClass,
    TArray< class UInterpTrack * > & OutputTracks
)

Remarks

Find all the tracks in this group of a specific class. Tracks are in the output array in the order they appear in the group.

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