Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDynamicMulticas-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | |||
TDynamicMulticastDelegate
(
const TMulticastScriptDelegate< ThreadSafetyMode >& InMulticastScriptDelegate |
Construction from an FMulticastScriptDelegate must be explicit. |
TDynamicMulticastDelegate()
Description
Default constructor
| Name | TDynamicMulticastDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
TDynamicMulticastDelegate()
TDynamicMulticastDelegate(const TMulticastScriptDelegate< ThreadSafetyMode > &)
Description
Construction from an FMulticastScriptDelegate must be explicit. This is really only used by UObject system internals.
| Name | TDynamicMulticastDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
TDynamicMulticastDelegate
(
const TMulticastScriptDelegate < ThreadSafetyMode > & InMulticastScriptDelegate
)
Parameters
| Name | Remarks |
|---|---|
| InScriptDelegate | The delegate to construct from by copying |