Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Rotator.h File Reference
#include "../BasicTypes.h"
#include "UnrealMathUtility.h"
#include "Vector.h"
+ Include dependency graph for Rotator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FRotator
 
struct  TIsPODType< FRotator >
 

Functions

FORCEINLINE FRotator operator* (float Scale, const FRotator &R)
 

Function Documentation

◆ operator*()

FORCEINLINE FRotator operator* ( float Scale,
const FRotator & R )

Scale a rotator and return.

Parameters
Scalescale to apply to R.
Rrotator to be scaled.
Returns
Scaled rotator.

Definition at line 363 of file Rotator.h.

+ Here is the call graph for this function: