![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderTransform.h>
Public Member Functions | |
| FCompressedTransform () | |
| FCompressedTransform (const FRenderTransform &In) | |
| FRenderTransform | ToRenderTransform () const |
Public Attributes | |
| FVector3f | Translation |
| uint16 | Rotation [4] |
| uint16 | Scale_SharedExp [4] |
Static Public Attributes | |
| static constexpr uint32 | ExpBits = 8 |
| static constexpr uint32 | ExpBias = ( 1 << (ExpBits - 1) ) - 1 |
| static constexpr uint32 | SignMantissaBits = 16 |
| static constexpr uint32 | SignMantissaMask = (1 << SignMantissaBits) - 1 |
| static constexpr uint32 | MantissaBits = SignMantissaBits - 1 |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
| uint16 FCompressedTransform::Rotation[4] |
| uint16 FCompressedTransform::Scale_SharedExp[4] |
|
staticconstexpr |
| FVector3f FCompressedTransform::Translation |