Navigation
API > API/Runtime > API/Runtime/Engine
Values for specifying bone space.
| Name | EBoneSpaces::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
Syntax
namespace EBoneSpaces
{
enum Type
{
WorldSpace,
ComponentSpace,
}
}
Values
| Name | Remarks |
|---|---|
| WorldSpace | Set absolute position of bone in world space. |
| ComponentSpace | Set position of bone in components reference frame. |