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