#pragma once #include "CoreMinimal.h" UENUM(BlueprintType) enum class ERRDADSInventorySlotAccessInteraction : uint8 { Ignore, ImportToNetworkFromSlot, ExportFromNetworkToSlot, };