![]() |
Ark Server API (ASA) - Wiki
|
#include <GenericPlatformChunkInstall.h>
Collaboration diagram for FCustomChunkMapping:Public Types | |
| enum class | CustomChunkMappingType : uint8 { Main , Optional } |
Public Member Functions | |
| FCustomChunkMapping (FString InPattern, uint32 InChunkID, CustomChunkMappingType InMappingType) | |
Public Attributes | |
| FString | Pattern |
| uint32 | ChunkID |
| CustomChunkMappingType | MappingType |
Definition at line 108 of file GenericPlatformChunkInstall.h.
| Enumerator | |
|---|---|
| Main | |
| Optional | |
Definition at line 110 of file GenericPlatformChunkInstall.h.
|
inline |
Definition at line 120 of file GenericPlatformChunkInstall.h.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 FCustomChunkMapping::ChunkID |
Definition at line 117 of file GenericPlatformChunkInstall.h.
| CustomChunkMappingType FCustomChunkMapping::MappingType |
Definition at line 118 of file GenericPlatformChunkInstall.h.
| FString FCustomChunkMapping::Pattern |
Definition at line 116 of file GenericPlatformChunkInstall.h.