IHotReloadInterface::AddHotReloadFunctionRemap

Adds a function to re-map after hot-reload.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h

Include

#include "Misc/HotReloadInterface.h"

Syntax

void AddHotReloadFunctionRemap
(
    FNativeFuncPtr NewFunctionPointer,
    FNativeFuncPtr OldFunctionPointer
)

Remarks

Adds a function to re-map after hot-reload.

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