Navigation
API > API/Editor > API/Editor/AnimationEditorWidgets > API/Editor/AnimationEditorWidgets/FOverrideStatusSubject
Description
Returns a common for a given predicate (or an unset TOptional). each object in the subject is interrogated for using the predicate and can return a TOptional indicating success. if the value matches for all objects the value will be returned as a set TOptional, otherwise an unset TOptional will be returned.
| Name | GetCommonValue |
| Type | function |
| Header File | /Engine/Source/Editor/AnimationEditorWidgets/Public/Overrides/OverrideStatusSubject.h |
| Include Path | #include "Overrides/OverrideStatusSubject.h" |
template<typename ValueType, typename ObjectType>
TOptional < ValueType > GetCommonValue
(
TFunction < TOptional < ValueType >< ObjectType > &)> InGetValuePerObjectPredicate
) const