Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Misc
Inheritance Hierarchy
- TEventRegistrar
- TEvent
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Event.h |
| Include | #include "uLang/Common/Misc/Event.h" |
Syntax
template<typename... ParamTypes>
class TEvent : public uLang::TEventRegistrar< ParamTypes... >
Remarks
Generic event dispatcher. Declared using a comma separated parameter list to define its signature: TEvent
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Broadcast
(
ParamTypes... Params |
Typedefs
| Name | Description |
|---|---|
| Registrar |