Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FSlateRect
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h |
| Include | #include "Layout/SlateRect.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/SlateRect.cpp |
bool InitFromString
&40;
const FString & InSourceString
&41;
Remarks
Returns a string of containing the coordinates of the rect True if initialized successfully
Parameters
| Name | Description |
|---|---|
| InSourceString | A string containing the values to initialize this rect in format Left=Value Top=Value... |