UInterpData::FindTracksByClass

Search through all groups to find all tracks of the given class.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Matinee/InterpData.h"

Source

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

Syntax

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

Remarks

Search through all groups to find all tracks of the given class.

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