Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates > API/Runtime/Core/Delegates/TMulticastDelegateBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h |
| Include | #include "Delegates/MulticastDelegateBase.h" |
bool IsBoundToObject
(
void const * InUserObject
) const
Remarks
Checks to see if any functions are bound to the given user object. True if any functions are bound to InUserObject, false otherwise.