FRemoteConfigAsyncTaskManager::StartTask

Add an async IO task to the queue and kick it off.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/RemoteConfigIni.h

Include

#include "Misc/RemoteConfigIni.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/RemoteConfigIni.cpp

Syntax

bool StartTask
(
    const TCHAR * InFilename,
    const TCHAR * RemotePath,
    FRemoteConfigAsyncIOInfo & InIOInfo,
    FString * InContents,
    bool bInIsRead
)

Remarks

Add an async IO task to the queue and kick it off.

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