LEAP Documentation 40220
Documentation for the LEAP project
FSpawnGroup Struct Reference

#include <ItemSpawner.h>

Public Attributes

FName GroupName = FName("New SpawnGroup")
 
TArray< AActor * > Spawnpoints
 
TArray< FSpawnableItemSpawnableItems
 
FVector2D SpawnMinMax = FVector2D(5.0f, 10.0f)
 
float DuplicatesPenalty = 0.5f
 

Member Data Documentation

◆ DuplicatesPenalty

float FSpawnGroup::DuplicatesPenalty = 0.5f

◆ GroupName

FName FSpawnGroup::GroupName = FName("New SpawnGroup")

◆ SpawnableItems

TArray<FSpawnableItem> FSpawnGroup::SpawnableItems

◆ SpawnMinMax

FVector2D FSpawnGroup::SpawnMinMax = FVector2D(5.0f, 10.0f)

◆ Spawnpoints

TArray<AActor*> FSpawnGroup::Spawnpoints

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