40 lines
1.0 KiB
C++
40 lines
1.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: EInWorldAudioContainerComponents
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedEnum EInWorldAudioContainerComponents.EInWorldAudioContainerComponents
|
|
// NumValues: 0x000F
|
|
enum class EInWorldAudioContainerComponents : uint8
|
|
{
|
|
NewEnumerator8 = 0,
|
|
NewEnumerator9 = 1,
|
|
NewEnumerator10 = 2,
|
|
NewEnumerator11 = 3,
|
|
NewEnumerator12 = 4,
|
|
NewEnumerator13 = 5,
|
|
NewEnumerator14 = 6,
|
|
NewEnumerator15 = 7,
|
|
NewEnumerator16 = 8,
|
|
NewEnumerator17 = 9,
|
|
NewEnumerator18 = 10,
|
|
NewEnumerator19 = 11,
|
|
NewEnumerator21 = 12,
|
|
NewEnumerator23 = 13,
|
|
EInWorldAudioContainerComponents_MAX = 14,
|
|
};
|
|
|
|
}
|
|
|