FUntypedBulkData::OpenAsyncReadHandle

Opens a new [IAsyncReadFileHandle](API\Runtime\Core\Async\IAsyncReadFileHandle) that references the file that the BulkData object represents.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h

Include

#include "Serialization/BulkData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp

Syntax

IAsyncReadFileHandle * OpenAsyncReadHandle() const

Remarks

Opens a new IAsyncReadFileHandle that references the file that the BulkData object represents.

Returns

A valid handle if the file can be accessed, if it cannot then nullptr.

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