FDerivedDataCacheInterface::PollAsynchronousCompletion

Polls a previous GetAsynchronous get for completion.

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

References

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

Remarks

Polls a previous GetAsynchronous get for completion. true if the build / retrieve is complete and the results can be obtained.

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