Navigation
API > API/Runtime > API/Runtime/FieldNotification > API/Runtime/FieldNotification/INotifyFieldValueChanged
Type
typedef TDelegate < void *, UE::FieldNotification::FFieldId ), FNotThreadSafeNotCheckedDelegateUserPolicy > FFieldValueChangedDelegate
References
| Module | FieldNotification |
| Header | /Engine/Source/Runtime/FieldNotification/Public/INotifyFieldValueChanged.h |
| Include | #include "INotifyFieldValueChanged.h" |
Remarks
Using "not checked" user policy (means race detection is disabled) because this delegate is stored in a container and causes its reallocation from inside delegate's execution. This is incompatible with race detection that needs to access the delegate instance after its execution