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