Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntPoint
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include | #include "Math/IntPoint.h" |
bool InitFromString
(
const FString & InSourceString
)
Remarks
Initialize this FIntPoint based on an FString. The String is expected to contain X=, Y= The FIntPoint will be bogus when InitFromString returns false. true if the X,Y values were read successfully; false otherwise.
Parameters
| Name | Description |
|---|---|
| InSourceString | FString containing the color values. |