#include <VegetationManager.h>
Collaboration diagram for FFoliageBlueprint:Public Member Functions | |
| bool | IsValid () const |
| bool | SetBPClassName (const FString &Path) |
| bool | SetSpawnedClass () |
Public Attributes | |
| FString | BPFullClassName {} |
| TSubclassOf< AActor > | SpawnedClass { nullptr } |
Definition at line 49 of file VegetationManager.h.
| bool FFoliageBlueprint::IsValid | ( | ) | const |
Definition at line 135 of file VegetationManager.cpp.
Referenced by AVegetationManager::UpdateFoliageBlueprintCache().
Here is the caller graph for this function:| bool FFoliageBlueprint::SetBPClassName | ( | const FString & | Path | ) |
Definition at line 142 of file VegetationManager.cpp.
References GetVersionFromFString(), and Position.
Referenced by AVegetationManager::UpdateFoliageBlueprintCache().
Here is the call graph for this function:
Here is the caller graph for this function:| bool FFoliageBlueprint::SetSpawnedClass | ( | ) |
Definition at line 166 of file VegetationManager.cpp.
Referenced by AVegetationManager::UpdateFoliageBlueprintCache().
Here is the caller graph for this function:| FString FFoliageBlueprint::BPFullClassName {} |
Definition at line 52 of file VegetationManager.h.
Referenced by AVegetationManager::CreatePoolForBPClass(), and AVegetationManager::UpdateFoliageBlueprintCache().
| TSubclassOf<AActor> FFoliageBlueprint::SpawnedClass { nullptr } |
Definition at line 53 of file VegetationManager.h.
Referenced by AVegetationManager::CreateFoliage().
1.8.13