Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimPose.h |
Include |
#include "AnimPose.h" |
enum EAnimDataEvalType
{
Source,
Raw,
Compressed,
}
Name |
Description |
---|---|
Source |
Evaluates the original Animation Source data. |
Raw |
Evaluates the original Animation Source data with additive animation layers. |
Compressed |
Evaluates the compressed Animation data - matching runtime (cooked) |