Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Reload.h |
| Include | #include "UObject/Reload.h" |
bool ReloadNotifyFunctionRemap
(
FNativeFuncPtr NewFunctionPointer,
FNativeFuncPtr OldFunctionPointer
)
Remarks
Invoke when a duplicate function has been detected. If reloading is in progress, it will be notified of the change. Returns true if a reload operation is in progress. Returns false if the duplication is an error.