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