FAsyncPreRegisterDDCRequest

[FAsyncPreRegisterDDCRequest](API\Runtime\Engine\Engine\FAsyncPreRegisterDDCRequest) - info about an async DDC request that we're going to wait on before registering components

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

class FAsyncPreRegisterDDCRequest

Remarks

FAsyncPreRegisterDDCRequest - info about an async DDC request that we're going to wait on before registering components

Constructors

Name Description

Public function

FAsyncPreRegisterDDCRequest

(
    const FString& InKey,
    uint32 InHandle
)

Constructor

Destructors

Name Description

Public function

~FAsyncPreRegisterDDCRequest()

Destructor

Functions

Name Description

Public function

bool

 

GetAsynchronousResults

(
    TArray< uint8 >& OutData
)

Returns true if the DDC returned the results requested. Must only be called once.

Public function Const

const FStrin...

 

GetKey()

Get the DDC key associated with this request

Public function

bool

 

PollAsynchronousCompletion()

Returns true if the request is complete

Public function

void

 

WaitAsynchronousCompletion()

Waits until the request is complete

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