![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "Engine/StreamableManager.h"#include "Kismet/BlueprintAsyncActionBase.h"#include "Templates/SubclassOf.h"#include "AsyncActionLoadPrimaryAsset.generated.h"Go to the source code of this file.
| DECLARE_DYNAMIC_MULTICAST_DELEGATE | ( | FOnPrimaryAssetBundlesChanged | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnPrimaryAssetClassListLoaded | , |
| const TArray< TSubclassOf< UObject > > & | , | ||
| Loaded | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnPrimaryAssetClassLoaded | , |
| TSubclassOf< UObject > | , | ||
| Loaded | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnPrimaryAssetListLoaded | , |
| const TArray< UObject * > & | , | ||
| Loaded | |||
| ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnPrimaryAssetLoaded | , |
| UObject * | , | ||
| Loaded | |||
| ) |