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