Navigation
API > API/Editor > API/Editor/AnimationBlueprintLibrary
| |
|
| Name |
EAnimDataEvalType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimPose.h |
| Include Path |
#include "AnimPose.h" |
Syntax
enum EAnimDataEvalType
{
Source,
Raw,
Compressed,
}
Values
| Name |
Remarks |
| 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) |