Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCustomChunkMapping Struct Reference

#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
 

Detailed Description

Definition at line 108 of file GenericPlatformChunkInstall.h.

Member Enumeration Documentation

◆ CustomChunkMappingType

Enumerator
Main 
Optional 

Definition at line 110 of file GenericPlatformChunkInstall.h.

Constructor & Destructor Documentation

◆ FCustomChunkMapping()

FCustomChunkMapping::FCustomChunkMapping ( FString InPattern,
uint32 InChunkID,
CustomChunkMappingType InMappingType )
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:

Member Data Documentation

◆ ChunkID

uint32 FCustomChunkMapping::ChunkID

Definition at line 117 of file GenericPlatformChunkInstall.h.

◆ MappingType

CustomChunkMappingType FCustomChunkMapping::MappingType

Definition at line 118 of file GenericPlatformChunkInstall.h.

◆ Pattern

FString FCustomChunkMapping::Pattern

Definition at line 116 of file GenericPlatformChunkInstall.h.


The documentation for this struct was generated from the following file: