Navigation
API > API/Editor > API/Editor/SkeletonEditor
Enum which tells us whether the parent of a socket is the skeleton or skeletal mesh
| Name | ESocketParentType |
| Type | enum |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/IEditableSkeleton.h |
| Include Path | #include "IEditableSkeleton.h" |
Syntax
enum ESocketParentType
{
Skeleton,
Mesh,
}
Values
| Name | Remarks |
|---|---|
| Skeleton | |
| Mesh |