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