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