Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastScriptDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UObject/ScriptDelegates.h | |||
TMulticastScriptDelegate
(
const TMulticastScriptDelegate& Other |
UObject/ScriptDelegates.h | ||
TMulticastScriptDelegate
(
TMulticastScriptDelegate&& Other |
UObject/ScriptDelegates.h |
TMulticastScriptDelegate()
| Name | TMulticastScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TMulticastScriptDelegate()
TMulticastScriptDelegate(const TMulticastScriptDelegate &)
| Name | TMulticastScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TMulticastScriptDelegate
(
const TMulticastScriptDelegate & Other
)
TMulticastScriptDelegate(TMulticastScriptDelegate &&)
| Name | TMulticastScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TMulticastScriptDelegate
(
TMulticastScriptDelegate && Other
)