Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
Entry for the transform stack which stores a matrix and its CRC for faster comparisons
| Name | FTransformEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path | #include "CanvasTypes.h" |
Syntax
class FTransformEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformEntry
(
const FMatrix& InMatrix |
CanvasTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Matrix | FMatrix | CanvasTypes.h | ||
| MatrixCRC | uint32 | CanvasTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMatrix & GetMatrix() |
CanvasTypes.h | ||
uint32 GetMatrixCRC() |
CanvasTypes.h | ||
void SetMatrix
(
const FMatrix& InMatrix |
CanvasTypes.h |