FTransformEntry

Entry for the transform stack which stores a matrix and its CRC for faster comparisons

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public function

FTransformEntry

(
    const FMatrix& InMatrix
)

Functions

Name Description

Public function Const

const FMatri...

 

GetMatrix()

Public function Const

uint32

 

GetMatrixCRC()

Public function

void

 

SetMatrix

(
    const FMatrix& InMatrix
)