Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCanvas
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetCenter
(
float& outX, |
Return X,Y for center of the draw region. | Engine/Canvas.h | |
void GetCenter
(
double& outX, |
Engine/Canvas.h |
GetCenter(float &, float &)
Description
Return X,Y for center of the draw region.
| Name | GetCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
| Include Path | #include "Engine/Canvas.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void GetCenter
(
float & outX,
float & outY
) const
GetCenter(double &, double &)
| Name | GetCenter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
| Include Path | #include "Engine/Canvas.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void GetCenter
(
double & outX,
double & outY
) const