#include "CoreMinimal.h"
#include "ALSExtraData.generated.h"
Go to the source code of this file.
|
| enum class | EGravityDirectionMode : uint8 {
Fixed
, SplineTangent
, Point
, Line
,
Segment
, Spline
, Plane
, SplinePlane
,
Box
, Collision
, Unused1
, Unused2
,
Unused3
, Unused4
, Unused5
, Unused6
,
Unused7
, Unused8
, Unused9
} |
| |
◆ EGravityDirectionMode
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).
|
14{
15
17
19
21
23
25
27
29
31
33
35
37
39
41
43
45
47
49
51
53};
◆ DECLARE_LOG_CATEGORY_EXTERN()
| DECLARE_LOG_CATEGORY_EXTERN |
( |
LogGravity | , |
|
|
Display | , |
|
|
All | ) |