Go to the source code of this file.
|
| enum class | ECreateIfNeeded : int8 { Invalid = -1
, DontCreate = 0
, Create = 1
} |
| |
| enum | EVisualLoggerDeviceFlags::Type { EVisualLoggerDeviceFlags::NoFlags = 0
, EVisualLoggerDeviceFlags::CanSaveToFile = 1
, EVisualLoggerDeviceFlags::StoreLogsLocally = 2
} |
| |
| enum class | EVisualLoggerShapeElement : uint8 {
Invalid = 0
, SinglePoint
, Sphere
, WireSphere
,
Segment
, Path
, Box
, WireBox
,
Cone
, WireCone
, Cylinder
, WireCylinder
,
Capsule
, WireCapsule
, Polygon
, Mesh
,
NavAreaMesh
, Arrow
, Circle
, WireCircle
,
CoordinateSystem
} |
| |
◆ DECLARE_ENUM_TO_STRING
◆ DEFINE_ENUM_TO_STRING
| #define DEFINE_ENUM_TO_STRING |
( |
|
EnumType, |
|
|
|
EnumPackage |
|
) |
| |
Value:
{ \
}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ENGINE_API const TCHAR * EnumToString(ELevelStreamingState InState)
Definition LevelStreaming.cpp:1246
COREUOBJECT_API FString GetNameStringByIndex(int32 InIndex) const
Definition Enum.cpp:759
◆ ECreateIfNeeded
| Enumerator |
|---|
| Invalid | |
| DontCreate | |
| Create | |
◆ EVisualLoggerShapeElement
| Enumerator |
|---|
| Invalid | |
| SinglePoint | |
| Sphere | |
| WireSphere | |
| Segment | |
| Path | |
| Box | |
| WireBox | |
| Cone | |
| WireCone | |
| Cylinder | |
| WireCylinder | |
| Capsule | |
| WireCapsule | |
| Polygon | |
| Mesh | |
| NavAreaMesh | |
| Arrow | |
| Circle | |
| WireCircle | |
| CoordinateSystem | |