Navigation
Unreal Engine C++ API Reference > 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 PushAbsoluteTransform
&40;
const FMatrix & Transform
&41;
Remarks
Pushes a transform onto the canvas's transform stack.
Parameters
Name | Description |
---|---|
Transform | The transform to push onto the stack. |