#include <VegetationManager.h>
Collaboration diagram for FTileMeshComponent:Public Attributes | |
| bool | bIsAlive = false |
| TArray< int32 > | IndicesInUse {} |
| UInstancedStaticMeshComponent * | InstancedStaticMeshComponent {nullptr} |
Definition at line 25 of file VegetationManager.h.
| bool FTileMeshComponent::bIsAlive = false |
Definition at line 30 of file VegetationManager.h.
Referenced by FTileData::UpdateTileMeshComponent().
| TArray<int32> FTileMeshComponent::IndicesInUse {} |
Definition at line 29 of file VegetationManager.h.
Referenced by AVegetationManager::GetElementsToSpawn(), and FTileData::UpdateTileMeshComponent().
| UInstancedStaticMeshComponent* FTileMeshComponent::InstancedStaticMeshComponent {nullptr} |
Definition at line 28 of file VegetationManager.h.
Referenced by AVegetationManager::GetElementsToSpawn(), AVegetationManager::SetMaterialCache(), and FTileData::UpdateTileMeshComponent().
1.8.13