LEAP Documentation 40220
Documentation for the LEAP project
FSpawnableItem Struct Reference

#include <ItemSpawner.h>

Public Attributes

TSubclassOf< class AActor > SpawnableItem = nullptr
 
FName Tag = NAME_None
 
float SpawnWeight = 100.0f
 
FVector2D SpawnMinMax = FVector2D(1.0f, 2.0f)
 
uint32 SpawnedCount = 0
 

Member Data Documentation

◆ SpawnableItem

TSubclassOf<class AActor> FSpawnableItem::SpawnableItem = nullptr

◆ SpawnedCount

uint32 FSpawnableItem::SpawnedCount = 0

◆ SpawnMinMax

FVector2D FSpawnableItem::SpawnMinMax = FVector2D(1.0f, 2.0f)

◆ SpawnWeight

float FSpawnableItem::SpawnWeight = 100.0f

◆ Tag

FName FSpawnableItem::Tag = NAME_None

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