Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector4
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include | #include "Math/Vector4.h" |
bool InitFromString
&40;
const FString & InSourceString
&41;
Remarks
Initialize this Vector based on an FString. The String is expected to contain X=, Y=, Z=, W=. The TVector4 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 vector values. |