FAsyncTaskNotificationFactory

Factory to allow other systems (such as Slate) to override the default asynchronous task notification implementation.

Windows
MacOS
Linux

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

Name Description

Public function Static

FAsyncTaskNo...

 

Get()

Get the factory singleton.

Public function

void

 

RegisterFactory

(
    const FName InName,
    const FFactoryFunc& InFunc
)

Register a factory function.

Public function

void

 

UnregisterFactory

(
    const FName InName
)

Unregister a factory function.

Typedefs

Name

Description

FFactoryFunc

FImplPointerType

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