Ark Server API (ASA) - Wiki
|
#include "Containers/Array.h"
#include "Containers/Map.h"
#include "Containers/StringFwd.h"
#include "Containers/StringView.h"
#include "CoreTypes.h"
#include "Delegates/Delegate.h"
#include "HAL/PlatformCrt.h"
#include "Templates/SharedPointer.h"
#include "UObject/NameTypes.h"
Go to the source code of this file.
Classes | |
class | FNamePermissionList |
class | FPathPermissionList |
Typedefs | |
typedef TArray< FName > | FPermissionListOwners |
Enumerations | |
enum class | EPathPermissionListType { Default = 0x0 , ClassPaths = 0x1 , Default , ClassPaths } |
List of owner names that requested a specific item filtered, allows unregistering specific set of changes by a given plugin or system
Definition at line 18 of file NamePermissionList.h.
|
strong |
Enumerator | |
---|---|
Default | |
ClassPaths | |
Default | |
ClassPaths |
Definition at line 119 of file NamePermissionList.h.