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