FDerivedDataCacheInterface::WaitAsynchronousCompletion

Blocks the current thread until an previous GetAsynchronous request is ready

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h
Include #include "DerivedDataCacheInterface.h"
void WaitAsynchronousCompletion
(
    uint32 Handle
)

Remarks

Blocks the current thread until an previous GetAsynchronous request is ready

Parameters

Name Description
Handle Handle returned from GetAsynchronous.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library