mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
29 lines
495 B
C++
29 lines
495 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ENiagaraCoordinateSpace
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedEnum ENiagaraCoordinateSpace.ENiagaraCoordinateSpace
|
|
// NumValues: 0x0004
|
|
enum class ENiagaraCoordinateSpace : uint8
|
|
{
|
|
NewEnumerator0 = 0,
|
|
NewEnumerator1 = 1,
|
|
NewEnumerator2 = 2,
|
|
ENiagaraCoordinateSpace_MAX = 3,
|
|
};
|
|
|
|
}
|
|
|