#include <FieldNotificationDelegate.h>
|
| FIELDNOTIFICATION_API FDelegateHandle | Add (const UObject *InObject, FFieldId InFieldId, FDelegate InNewDelegate) |
| |
| FIELDNOTIFICATION_API FDelegateHandle | Add (const UObject *InObject, FFieldId InFieldId, const FDynamicDelegate &InDynamicDelegate) |
| |
| FIELDNOTIFICATION_API FRemoveResult | Remove (FDelegateHandle InDelegate) |
| |
| FIELDNOTIFICATION_API FRemoveResult | Remove (const FDynamicDelegate &InDynamicDelegate) |
| |
| FIELDNOTIFICATION_API FRemoveFromResult | RemoveFrom (const UObject *InObject, FFieldId InFieldId, FDelegateHandle InDelegate) |
| |
| FIELDNOTIFICATION_API FRemoveFromResult | RemoveFrom (const UObject *InObject, FFieldId InFieldId, const FDynamicDelegate &InDynamicDelegate) |
| |
| FIELDNOTIFICATION_API FRemoveAllResult | RemoveAll (const UObject *InObject, FDelegateUserObjectConst InUserObject) |
| |
| FIELDNOTIFICATION_API FRemoveAllResult | RemoveAll (const UObject *InObject, FFieldId InFieldId, FDelegateUserObjectConst InUserObject) |
| |
| FIELDNOTIFICATION_API void | Broadcast (UObject *InObject, FFieldId InFieldId) |
| |
| FIELDNOTIFICATION_API void | Reset () |
| |
| FIELDNOTIFICATION_API TArray< FDelegateView > | GetView () const |
| |
◆ FDelegate
◆ FDynamicDelegate
◆ Add() [1/2]
◆ Add() [2/2]
◆ Broadcast()
| void UE::FieldNotification::FFieldMulticastDelegate::Broadcast |
( |
UObject * |
InObject, |
|
|
FFieldId |
InFieldId |
|
) |
| |
◆ GetView()
◆ Remove() [1/2]
◆ Remove() [2/2]
◆ RemoveAll() [1/2]
◆ RemoveAll() [2/2]
◆ RemoveFrom() [1/2]
◆ RemoveFrom() [2/2]
◆ Reset()
| void UE::FieldNotification::FFieldMulticastDelegate::Reset |
( |
| ) |
|
◆ operator< [1/4]
| bool operator< |
( |
const FFieldId & |
A, |
|
|
const FInvocationElement & |
B |
|
) |
| |
|
friend |
◆ operator< [2/4]
| bool operator< |
( |
const FInvocationElement & |
A, |
|
|
const FFieldId & |
B |
|
) |
| |
|
friend |
◆ operator< [3/4]
| bool operator< |
( |
const FInvocationElement & |
A, |
|
|
const FInvocationKey & |
B |
|
) |
| |
|
friend |
◆ operator< [4/4]
| bool operator< |
( |
const FInvocationKey & |
A, |
|
|
const FInvocationElement & |
B |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: