Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScriptDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | UObject/ScriptDelegates.h | ||
TScriptDelegate
(
const TScriptDelegate& Other |
UObject/ScriptDelegates.h | ||
TScriptDelegate
(
const TScriptDelegate< OtherThreadSafetyMode >& Other |
UObject/ScriptDelegates.h |
TScriptDelegate()
Description
Default constructor.
| Name | TScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TScriptDelegate()
TScriptDelegate(const TScriptDelegate &)
| Name | TScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
TScriptDelegate
(
const TScriptDelegate & Other
)
TScriptDelegate(const TScriptDelegate< OtherThreadSafetyMode > &)
| Name | TScriptDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
template<typename OtherThreadSafetyMode, std::enable_if_t<(UE::Core::Private::BackwardCompatibilityCheck< InThreadSafetyMode, OtherThreadSafetyMode >()), int >>
TScriptDelegate
(
const TScriptDelegate < OtherThreadSafetyMode > & Other
)