Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRotator () |
Default constructor (no initialization). | Math/Rotator.h | |
TRotator
(
T InF |
Constructor | Math/Rotator.h | |
TRotator
(
EForceInit |
Constructor. | Math/Rotator.h | |
| Constructor. | Math/Rotator.h | ||
| Conversion from other type. | Math/Rotator.h | ||
TRotator
(
T InPitch, |
Constructor. | Math/Rotator.h |
TRotator()
Description
Default constructor (no initialization).
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
TRotator()
TRotator(T)
Description
Constructor
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
TRotator
(
T InF
)
Parameters
| Name | Remarks |
|---|---|
| InF | Value to set all components to. |
TRotator(EForceInit)
Description
Constructor.
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
TRotator
(
EForceInit
)
Parameters
| Name | Remarks |
|---|---|
| EForceInit | Force Init Enum. |
TRotator(const TQuat< T > &)
Description
Constructor.
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
TRotator
(
const TQuat < T > & Quat
)
Parameters
| Name | Remarks |
|---|---|
| Quat | Quaternion used to specify rotation. |
TRotator(const TRotator< FArg > &)
Description
Conversion from other type.
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TRotator
(
const TRotator < FArg > & From
)
TRotator(T, T, T)
Description
Constructor.
| Name | TRotator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include Path | #include "Math/Rotator.h" |
TRotator
(
T InPitch,
T InYaw,
T InRoll
)
Parameters
| Name | Remarks |
|---|---|
| InPitch | Pitch in degrees. |
| InYaw | Yaw in degrees. |
| InRoll | Roll in degrees. |