FAssetManagerAcquireResourceDelegateEx

Delegate called when acquiring resources/chunks for assets, first parameter will be true if all resources were acquired, false if any failed.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< void, bool, const TArray< int32 > & > FAssetManagerAcquireResourceDelegateEx

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h

Include

#include "Engine/AssetManager.h"

Remarks

Delegate called when acquiring resources/chunks for assets, first parameter will be true if all resources were acquired, false if any failed. Second parameter will contain a list of chunks not yet downloaded

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss