![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreAsyncTaskNotificationImpl.h>
Public Types | |
| typedef TSharedPtr< IAsyncTaskNotificationImpl > | FImplPointerType |
| typedef TFunction< FImplPointerType()> | FFactoryFunc |
Public Member Functions | |
| CORE_API void | RegisterFactory (const FName InName, const FFactoryFunc &InFunc) |
| CORE_API void | UnregisterFactory (const FName InName) |
Static Public Member Functions | |
| static CORE_API FAsyncTaskNotificationFactory & | Get () |
Friends | |
| class | FAsyncTaskNotification |
Factory to allow other systems (such as Slate) to override the default asynchronous task notification implementation.
|
static |
Get the factory singleton.
| void FAsyncTaskNotificationFactory::RegisterFactory | ( | const FName | InName, |
| const FFactoryFunc & | InFunc | ||
| ) |
Register a factory function.
Unregister a factory function.
|
friend |