Ark Server API (ASA) - Wiki
|
Enumerations | |
enum class | EType : uint32 { None = 0 , File = 1 << 0 , Ini = 1 << 1 , CVar = 1 << 2 } |
Functions | |
ENUM_CLASS_FLAGS (EType) | |
FORCEINLINE void | ReportAccess (EType Type) |
|
strong |
Enumerator | |
---|---|
None | |
File | |
Ini | |
CVar |
Definition at line 10 of file AccessDetection.h.
UE::AccessDetection::ENUM_CLASS_FLAGS | ( | EType | ) |
FORCEINLINE void UE::AccessDetection::ReportAccess | ( | EType | Type | ) |
Definition at line 56 of file AccessDetection.h.