Navigation
API > API/Runtime > API/Runtime/Engine
The result of an anim node reference conversion.
| Name | EAnimNodeReferenceConversionResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeReference.h |
| Include Path | #include "Animation/AnimNodeReference.h" |
Syntax
enum EAnimNodeReferenceConversionResult
{
Succeeded = 1,
Failed = 0,
}
Values
| Name | Remarks |
|---|---|
| Succeeded | |
| Failed |