Space Plunder
Loading...
Searching...
No Matches
ALSExtraData.h File Reference
#include "CoreMinimal.h"
#include "ALSExtraData.generated.h"

Go to the source code of this file.

Enumerations

enum class  EGravityDirectionMode : uint8 {
  Fixed , SplineTangent , Point , Line ,
  Segment , Spline , Plane , SplinePlane ,
  Box , Collision , Unused1 , Unused2 ,
  Unused3 , Unused4 , Unused5 , Unused6 ,
  Unused7 , Unused8 , Unused9
}
 

Functions

 DECLARE_LOG_CATEGORY_EXTERN (LogGravity, Display, All)
 

Enumeration Type Documentation

◆ EGravityDirectionMode

enum class EGravityDirectionMode : uint8
strong

Provides modes that determine direction of gravity.

Enumerator
Fixed 

Gravity direction is fixed (it can be aligned to floor normal too).

SplineTangent 

Gravity direction is determined by closest spline tangent.

Point 

Gravity direction points to a fixed location or moving Actor.

Line 

Gravity direction points to an infinite line.

Segment 

Gravity direction points to a line bounded by two points.

Spline 

Gravity direction points to a spline.

Plane 

Gravity direction points to an infinite plane.

SplinePlane 

Gravity direction points to an infinite plane determined by closest spline up vector.

Box 

Gravity direction points to an axis-aligned box.

Collision 

Gravity direction points to collision geometry of an Actor.

Unused1 

Mode not used (#1).

Unused2 

Mode not used (#2).

Unused3 

Mode not used (#3).

Unused4 

Mode not used (#4).

Unused5 

Mode not used (#5).

Unused6 

Mode not used (#6).

Unused7 

Mode not used (#7).

Unused8 

Mode not used (#8).

Unused9 

Mode not used (#9).

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogGravity ,
Display ,
All  )