|
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <ItemSpawner.h>
Public Attributes | |
| FName | GroupName = FName("New SpawnGroup") |
| TArray< AActor * > | Spawnpoints |
| TArray< FSpawnableItem > | SpawnableItems |
| FVector2D | SpawnMinMax = FVector2D(5.0f, 10.0f) |
| float | DuplicatesPenalty = 0.5f |
| float FSpawnGroup::DuplicatesPenalty = 0.5f |
| FName FSpawnGroup::GroupName = FName("New SpawnGroup") |
| TArray<FSpawnableItem> FSpawnGroup::SpawnableItems |
| FVector2D FSpawnGroup::SpawnMinMax = FVector2D(5.0f, 10.0f) |
| TArray<AActor*> FSpawnGroup::Spawnpoints |