Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraEvaluationContextStack
Description
Finds a context that fulfills the given predicate.
The predicate function must have the signature: (TSharedRef
| Name | FindContextByPredicate |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContextStack.h |
| Include Path | #include "Core/CameraEvaluationContextStack.h" |
template<typename Predicate>
TSharedPtr < FCameraEvaluationContext > FindContextByPredicate
(
Predicate Pred
) const