Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVector
Description
Initialize this Vector based on an FString. The String is expected to contain V(0) or at least one value X=, Y=, Z=, previously produced by ToCompactString() The TVector
| Name | InitFromCompactString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include Path | #include "Math/Vector.h" |
bool InitFromCompactString
(
const FString & InSourceString
)
true if any of the X,Y,Z values were read successfully; false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InSourceString | FString containing the vector values. |