|
Agrarsense
|
#include <InstancedActorData.h>
Public Attributes | |
| TWeakObjectPtr< AInstancedActor > | Actor |
This struct is designed to encapsulate data related to AInstancedActor, particularly when working with Blueprints where TArray of TWeakObjectPtr cannot be directly used.
Definition at line 17 of file InstancedActorData.h.
| TWeakObjectPtr<AInstancedActor> FInstancedActorData::Actor |
A weak reference to the AInstancedActor.
Definition at line 25 of file InstancedActorData.h.
Referenced by UAssetLibrary::GetAllAddedFoliageActors(), UAssetLibrary::GetAllAddedPropActors(), UAssetLibrary::SpawnFoliage(), and UAssetLibrary::SpawnProp().