Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/DelegateBase.h |
| Include | #include "Delegates/DelegateBase.h" |
Syntax
struct FDefaultDelegateUserPolicy
Remarks
Not thread-safe version, with automatic race detection in dev builds
Typedefs
| Name | Description |
|---|---|
| FDelegateExtras | |
| FDelegateInstanceExtras | To extend delegates, you should implement a policy struct like this and pass it as the second template argument to TDelegate and TMulticastDelegate. |
| FMulticastDelegateExtras | |
| FThreadSafetyMode |