Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FCompressedTransform |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTransform.h |
| Include Path | #include "RenderTransform.h" |
Syntax
struct FCompressedTransform
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RenderTransform.h | |||
FCompressedTransform
(
const FRenderTransform& In |
RenderTransform.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ExpBias | uint32 | RenderTransform.h | |
| ExpBits | uint32 | RenderTransform.h | |
| MantissaBits | uint32 | RenderTransform.h | |
| SignMantissaBits | uint32 | RenderTransform.h | |
| SignMantissaMask | uint32 | RenderTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Rotation | uint16 | RenderTransform.h | ||
| Scale_SharedExp | uint16 | RenderTransform.h | ||
| Translation | FVector3f | RenderTransform.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenderTransform ToRenderTransform() |
RenderTransform.h |