Navigation
API > API/Editor > API/Editor/AnimationEditorWidgets > API/Editor/AnimationEditorWidgets/FOverrideStatusSubject
Description
Returns the first valid value 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.
| Name | GetFirstValue |
| 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 > GetFirstValue
(
TFunction < TOptional < ValueType >< ObjectType > &)> InGetValuePerObjectPredicate
) const