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.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/BlendableTokenStack.h

Include

#include "Evaluation/Blending/BlendableTokenStack.h"

Syntax

template<typename T>
FMovieSceneAnimTypeID GetBlendingDataType()

Remarks

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.

Specializations

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