FHttpManager::AddGameThreadTask

Add task to be ran on the game thread next tick

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h

Include

#include "HttpManager.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp

Syntax

void AddGameThreadTask
(
    TFunction< void()> && Task
)

Remarks

Add task to be ran on the game thread next tick

Parameters

Parameter

Description

Task

The task to be ran next tick

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