Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IDelegateInstance
Description
Checks to see if the user object bound to this delegate can ever be valid again. used to compact multicast delegate arrays so they don't expand without limit.
| Name | IsCompactable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/IDelegateInstance.h |
| Include Path | #include "Delegates/IDelegateInstance.h" |
virtual bool IsCompactable() const
True if the user object can never be used again