IAsyncReadRequest::GetSizeResults

Return the size of a completed size request. Not legal to call unless the request is complete.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/AsyncFileHandle.h

Include

#include "Async/AsyncFileHandle.h"

Syntax

int64 GetSizeResults()

Remarks

Return the size of a completed size request. Not legal to call unless the request is complete.

Returns

Returned size of the file or -1 if the file was not found, the request was canceled or other error.

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