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