GetFROTATORSpaceDelimited

Get an int based [FRotator](API\Runtime\Core\Math\FRotator) (X Y Z)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/ParamParser.cpp

Syntax

const TCHAR * GetFROTATORSpaceDelimited
(
    const TCHAR * Stream,
    FRotator & Rotation,
    int32 ScaleFactor
)

Remarks

Get an int based FRotator (X Y Z)

Returns

this will return the current location in the stream after having processed the rotator out of it

Parameters

Parameter

Description

The

stream which has the rotator in it

this

is an out param which will have the FRotator

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss