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