Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FCustomItemData Struct Reference

#include <Inventory.h>

+ Collaboration diagram for FCustomItemData:

Public Attributes

FName CustomDataName
 
TArray< FString, FDefaultAllocatorCustomDataStrings
 
TArray< float, FDefaultAllocatorCustomDataFloats
 
TArray< UObject *, FDefaultAllocatorCustomDataObjects
 
TArray< UClass *, FDefaultAllocatorCustomDataClasses
 
TArray< FName, FDefaultAllocatorCustomDataNames
 
FCustomItemByteArrays CustomDataBytes
 
FCustomItemDoubles CustomDataDoubles
 

Detailed Description

Definition at line 37 of file Inventory.h.

Member Data Documentation

◆ CustomDataBytes

FCustomItemByteArrays FCustomItemData::CustomDataBytes

Definition at line 45 of file Inventory.h.

◆ CustomDataClasses

TArray<UClass*, FDefaultAllocator> FCustomItemData::CustomDataClasses

Definition at line 43 of file Inventory.h.

◆ CustomDataDoubles

FCustomItemDoubles FCustomItemData::CustomDataDoubles

Definition at line 46 of file Inventory.h.

◆ CustomDataFloats

TArray<float, FDefaultAllocator> FCustomItemData::CustomDataFloats

Definition at line 41 of file Inventory.h.

◆ CustomDataName

FName FCustomItemData::CustomDataName

Definition at line 39 of file Inventory.h.

◆ CustomDataNames

TArray<FName, FDefaultAllocator> FCustomItemData::CustomDataNames

Definition at line 44 of file Inventory.h.

◆ CustomDataObjects

TArray<UObject*, FDefaultAllocator> FCustomItemData::CustomDataObjects

Definition at line 42 of file Inventory.h.

◆ CustomDataStrings

TArray<FString, FDefaultAllocator> FCustomItemData::CustomDataStrings

Definition at line 40 of file Inventory.h.


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