Space Plunder
Loading...
Searching...
No Matches
FALSRotationMode Struct Reference

#include <ALSStructEnumLibrary.h>

Public Member Functions

 FALSRotationMode ()
 
 FALSRotationMode (const EALSRotationMode InitialRotationMode)
 
const bool & VelocityDirection () const
 
const bool & LookingDirection () const
 
const bool & Aiming () const
 
 operator EALSRotationMode () const
 
void operator= (const EALSRotationMode NewRotationMode)
 

Private Attributes

EALSRotationMode RotationMode = EALSRotationMode::VelocityDirection
 
bool VelocityDirection_ = true
 
bool LookingDirection_ = false
 
bool Aiming_ = false
 

Constructor & Destructor Documentation

◆ FALSRotationMode() [1/2]

FALSRotationMode::FALSRotationMode ( )
inline
117 {
118 }

◆ FALSRotationMode() [2/2]

FALSRotationMode::FALSRotationMode ( const EALSRotationMode InitialRotationMode)
inline
120{ *this = InitialRotationMode; }

Member Function Documentation

◆ Aiming()

const bool & FALSRotationMode::Aiming ( ) const
inline
124{ return Aiming_; }
bool Aiming_
Definition ALSStructEnumLibrary.h:113

◆ LookingDirection()

const bool & FALSRotationMode::LookingDirection ( ) const
inline
123{ return LookingDirection_; }
bool LookingDirection_
Definition ALSStructEnumLibrary.h:110

◆ operator EALSRotationMode()

FALSRotationMode::operator EALSRotationMode ( ) const
inline
126{ return RotationMode; }
EALSRotationMode RotationMode
Definition ALSStructEnumLibrary.h:104

◆ operator=()

void FALSRotationMode::operator= ( const EALSRotationMode NewRotationMode)
inline

◆ VelocityDirection()

const bool & FALSRotationMode::VelocityDirection ( ) const
inline
122{ return VelocityDirection_; }

Member Data Documentation

◆ Aiming_

bool FALSRotationMode::Aiming_ = false
private

◆ LookingDirection_

bool FALSRotationMode::LookingDirection_ = false
private

◆ RotationMode

EALSRotationMode FALSRotationMode::RotationMode = EALSRotationMode::VelocityDirection
private

◆ VelocityDirection_

bool FALSRotationMode::VelocityDirection_ = true
private

The documentation for this struct was generated from the following file: