Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat
Description
Initialize this TQuat from a FString. The string is expected to contain X=, Y=, Z=, W=, otherwise this TQuat will have indeterminate (invalid) values.
| Name | InitFromString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
bool InitFromString
(
const FString & InSourceString
)
true if the TQuat was initialized; false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InSourceString | FString containing the quaternion values. |