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 Clear
(
const FLinearColor & Color
)
Remarks
Clear the canvas
Parameters
Name | Description |
---|---|
Color | Color to clear with. |