|
Agrarsense
|
#include <ActorAssetGroupCollectionDataAsset.h>


Public Member Functions | |
| UActorAssetGroupDataAsset * | FindByUniqueIdentifier (const FString &UniqueIdentifier, bool &Found) |
Public Attributes | |
| TArray< UActorAssetGroupDataAsset * > | AssetGroups |
Definition at line 17 of file ActorAssetGroupCollectionDataAsset.h.
|
inline |
Find group data asset by unique identifier. If not the returned value will be nullptr.
| UniqueIdentifier | Unique identifier to match to |
| Found | Was the data asset found |
Definition at line 34 of file ActorAssetGroupCollectionDataAsset.h.
| TArray<UActorAssetGroupDataAsset*> UActorAssetGroupCollectionDataAsset::AssetGroups |
Asset groups of this collection
Definition at line 26 of file ActorAssetGroupCollectionDataAsset.h.