FGenericAccessibleMessageHandler::RunInThread

Request a function to be run in a particular thread.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual void RunInThread
(
    const TFunction< void()> & Function,
    bool bWaitForCompletion,
    ENamedThreads::Type Thread
)

Remarks

Request a function to be run in a particular thread. Primarily used to service accessibility requests from the OS thread about accessible Slate widget data in the game thread.

Parameters

Parameter

Description

Function

The function to execute in the game thread. If true, the function will block until the requested Function completes executing on the requested Thread

Thread

The thread to run the Function in.

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