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