UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Reload.h File Reference

Go to the source code of this file.

Classes

class  IReload
 

Functions

bool ReloadNotifyFunctionRemap (FNativeFuncPtr NewFunctionPointer, FNativeFuncPtr OldFunctionPointer)
 

Function Documentation

◆ ReloadNotifyFunctionRemap()

bool ReloadNotifyFunctionRemap ( FNativeFuncPtr  NewFunctionPointer,
FNativeFuncPtr  OldFunctionPointer 
)
inline

Invoke when a duplicate function has been detected. If reloading is in progress, it will be notified of the change.

Returns
Returns true if a reload operation is in progress. Returns false if the duplication is an error.