FPreloadableFile::UnRegister

Remove the [FPreloadableFile](API\Runtime\Core\Misc\FPreloadableFile) instance if it is registered for its FileName.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/PreloadableFile.h

Include

#include "Misc/PreloadableFile.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/PreloadableFile.cpp

Syntax

static bool UnRegister
(
    const TSharedPtr< FPreloadableFile > & PreloadableFile
)

Remarks

Remove the FPreloadableFile instance if it is registered for its FileName. Returns whether the instance was registered.

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