![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "MovieSceneFwd.h"#include "Evaluation/MovieSceneAnimTypeID.h"#include "Evaluation/Blending/MovieSceneBlendingActuatorID.h"#include "Misc/InlineValue.h"#include "Evaluation/MovieSceneEvaluationScope.h"#include "Evaluation/MovieSceneEvaluationOperand.h"#include "Evaluation/Blending/BlendableToken.h"#include "IMovieScenePlayer.h"#include "Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSource.h"Go to the source code of this file.
Classes | |
| struct | IBlendableTokenStack |
| struct | TBlendableTokenStack< DataType > |
Functions | |
| template<typename T > | |
| FMovieSceneAnimTypeID | GetBlendingDataType () |
| 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.