UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BlendableTokenStack.h File Reference

Go to the source code of this file.

Classes

struct  IBlendableTokenStack
 
struct  TBlendableTokenStack< DataType >
 

Functions

template<typename T >
FMovieSceneAnimTypeID GetBlendingDataType ()
 

Function Documentation

◆ GetBlendingDataType()

template<typename T >
FMovieSceneAnimTypeID GetBlendingDataType ( )

Template to access the type ID for a given blendable data type Care should be taken to ensure that only a single TypeID maps to each data type. Where shared access to a data type is required, this type should be specialized with a DLL exported (XYZ_API) definition.