#include <Delegate.h>
|
| LDelegateBase (const LDelegateBase &Other) |
|
| LDelegateBase (LDelegateBase &&Other) noexcept |
|
FORCEINLINE bool | IsBound () const |
| Check if the delegate is bound.
|
|
|
LDelegateBase & | operator= (const LDelegateBase &Other) |
|
LDelegateBase & | operator= (LDelegateBase &&Other) noexcept |
|
FORCEINLINE const void * | GetOwner () const |
|
FORCEINLINE size_t | GetSize () const |
|
FORCEINLINE void | ClearIfBoundTo (void *InObject) |
|
FORCEINLINE void | Clear () |
|
FORCEINLINE bool | IsBoundTo (void *InObject) const |
|
FORCEINLINE void | Release () |
|
IDelegateBase * | GetDelegate () const |
|
LDelegateBase
Base class for all delegate types.
The documentation for this class was generated from the following file: