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