Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/TArrayAttribute
References
| Module | MeshDescription |
| Header | /Engine/Source/Runtime/MeshDescription/Public/AttributeArrayContainer.h |
| Include | #include "AttributeArrayContainer.h" |
template<typename Predicate>
AttributeType &42; FindByPredicate
&40;
Predicate Pred
&41; const
Remarks
Finds an element which matches a predicate functor. Pointer to the first element for which the predicate returns true, or nullptr if none is found.
Parameters
| Name | Description |
|---|---|
| Pred | The functor to apply to each element. |