Navigation
API > API/Plugins > API/Plugins/UAF
Encodes the possible permutations of mixed spaces that bone transforms can live in.
| Name | UE::UAF::EMixedSpaceFlags |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/ValueSpace.h |
| Include Path | #include "UAF/ValueRuntime/ValueSpace.h" |
Syntax
namespace UE
{
namespace UAF
{
enum EMixedSpaceFlags
{
None = 0x0000,
MeshRotation = 0x0010,
MeshScale = 0x0020,
RootRotation = 0x0040,
}
}
}
Values
| Name | Remarks |
|---|---|
| None | No mixed space, equivalent to Local Space. |
| MeshRotation | Rotations are relative to the owning component Only safe with uniform scale |
| MeshScale | Scales are relative to the owning component Only safe with uniform scale |
| RootRotation | Rotations are relative to the root bone Only safe with uniform scale |