![]() |
Ark Server API (ASE) - Wiki
|
#include <NetSerialization.h>
Inheritance diagram for FRotator_NetQuantize:
Collaboration diagram for FRotator_NetQuantize:Public Member Functions | |
| FORCEINLINE | FRotator_NetQuantize () |
| FORCEINLINE | FRotator_NetQuantize (EForceInit E) |
| FORCEINLINE | FRotator_NetQuantize (float InPitch, float InYaw, float InRoll) |
Public Member Functions inherited from FRotator | |
| FORCEINLINE | FRotator () |
| FORCEINLINE | FRotator (float InF) |
| FORCEINLINE | FRotator (float InPitch, float InYaw, float InRoll) |
| FORCEINLINE | FRotator (EForceInit) |
| FRotator (const FQuat &Quat) | |
| FRotator | operator+ (const FRotator &R) const |
| FRotator | operator- (const FRotator &R) const |
| FRotator | operator* (float Scale) const |
| FRotator | operator*= (float Scale) |
| bool | operator== (const FRotator &R) const |
| bool | operator!= (const FRotator &V) const |
| FRotator | operator+= (const FRotator &R) |
| FRotator | operator-= (const FRotator &R) |
| bool | IsNearlyZero (float Tolerance=KINDA_SMALL_NUMBER) const |
| bool | IsZero () const |
| bool | Equals (const FRotator &R, float Tolerance=KINDA_SMALL_NUMBER) const |
| FRotator | Add (float DeltaPitch, float DeltaYaw, float DeltaRoll) |
| FRotator | GetInverse () const |
| FRotator | GridSnap (const FRotator &RotGrid) const |
| FVector | Vector () const |
| FQuat | Quaternion () const |
| FVector | Euler () const |
| FVector | RotateVector (const FVector &V) const |
| FVector | UnrotateVector (const FVector &V) const |
| FRotator | Clamp () const |
| FRotator | GetNormalized () const |
| FRotator | GetDenormalized () const |
| void | Normalize () |
| void | GetWindingAndRemainder (FRotator &Winding, FRotator &Remainder) const |
| FString | ToString () const |
| FString | ToCompactString () const |
| bool | InitFromString (const FString &InSourceString) |
| bool | ContainsNaN () const |
Additional Inherited Members | |
Static Public Member Functions inherited from FRotator | |
| static float | ClampAxis (float Angle) |
| static float | NormalizeAxis (float Angle) |
| static uint8 | CompressAxisToByte (float Angle) |
| static float | DecompressAxisFromByte (uint16 Angle) |
| static uint16 | CompressAxisToShort (float Angle) |
| static float | DecompressAxisFromShort (uint16 Angle) |
| static FRotator | MakeFromEuler (const FVector &Euler) |
Public Attributes inherited from FRotator | |
| float | Pitch |
| float | Yaw |
| float | Roll |
Static Public Attributes inherited from FRotator | |
| static const FRotator | ZeroRotator |
Definition at line 72 of file NetSerialization.h.
|
inline |
Definition at line 74 of file NetSerialization.h.
|
inlineexplicit |
|
inline |