UInterpData::FindGroupByName

Search through all InterpGroups in this InterpData to find a group whose GroupName matches the given name.

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

int32 FindGroupByName
(
    const FString & InGroupName
)

Remarks

Search through all InterpGroups in this InterpData to find a group whose GroupName matches the given name. Returns INDEX_NONE if not group found.

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