FLuminPlatformFile::FileSize

Return the size of the file, or -1 if it doesn't exist.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::FileSize()

FLuminPlatformFile::FileSize()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Lumin/LuminPlatformFile.h

Include

#include "Lumin/LuminPlatformFile.h"

Source

/Engine/Source/Runtime/Core/Private/Lumin/LuminPlatformFile.cpp

Syntax

virtual int64 FileSize
(
    const TCHAR * Filename
)

Remarks

Return the size of the file, or -1 if it doesn't exist.

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