Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCoreUObjectDelegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectsReplaced |
UObject/UObjectGlobals.h | ||
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectsReinstanced |
Called when UObjects have been re-instanced to allow others a chance to fix their references Note that this is called after references to replacement objects are fixed up in other objects (i.e. all object references should be self-consistent). | UObject/UObjectGlobals.h | |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectConstructed |
UObject/UObjectGlobals.h |
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnObjectsReplaced)
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectsReplaced
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnObjectsReinstanced)
Description
Called when UObjects have been re-instanced to allow others a chance to fix their references Note that this is called after references to replacement objects are fixed up in other objects (i.e. all object references should be self-consistent).
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectsReinstanced
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnObjectConstructed)
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnObjectConstructed
)