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" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void PushRelativeTransform
&40;
const FMatrix & Transform
&41;
Remarks
Pushes a transform onto the canvas's transform stack, multiplying it with the current top of the stack.
Parameters
| Name | Description |
|---|---|
| Transform | The transform to push onto the stack. |