Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TEventRegistrar
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SubscriberId Subscribe
(
FunctorType&& InFunc |
uLang/Common/Misc/Event.h | ||
SubscriberId Subscribe
(
const FunctionType& Listener |
uLang/Common/Misc/Event.h |
Subscribe(FunctorType &&)
| Name | Subscribe |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Event.h |
| Include Path | #include "uLang/Common/Misc/Event.h" |
template<typename FunctorType, typename>
SubscriberId Subscribe
(
FunctorType && InFunc
)
Subscribe(const FunctionType &)
| Name | Subscribe |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Event.h |
| Include Path | #include "uLang/Common/Misc/Event.h" |
SubscriberId Subscribe
(
const FunctionType & Listener
)