Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreAsyncTaskNotificationImpl.h |
| Include | #include "Misc/CoreAsyncTaskNotificationImpl.h" |
Syntax
class FAsyncTaskNotificationFactory
Remarks
Factory to allow other systems (such as Slate) to override the default asynchronous task notification implementation.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAsyncTaskNotificationFactory & | Get () |
Get the factory singleton. | |
| void | RegisterFactory
(
const FName InName, |
Register a factory function. | |
| void | UnregisterFactory
(
const FName InName |
Unregister a factory function. |
Typedefs
| Name | Description |
|---|---|
| FFactoryFunc | |
| FImplPointerType |