Navigation
API > API/Runtime > API/Runtime/Core
| Name | TScriptDelegateTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
Syntax
template<typename InThreadSafetyMode>
struct TScriptDelegateTraits
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ThreadSafetyMode | InThreadSafetyMode | UObject/ScriptDelegates.h | |
| UnicastThreadSafetyModeForMulticasts | FNotThreadSafeNotCheckedDelegateMode | UObject/ScriptDelegates.h | |
| WeakPtrType | FWeakObjectPtr | Although templated, WeakPtrType is not intended to be anything other than FWeakObjectPtr, and is only a template for module organization reasons. | UObject/ScriptDelegates.h |