Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConditionGroupQuery_E-
Description
Determines which of the provided actors (in the given world) match the query. Matches are added to OutMatchingActors. Note that this method will not be called if ShouldEvaluateComponents() returns true; EvaluateActorsAndComponents() will be called instead.
Virtual Inheritance
- UMovieGraphConditionGroupQueryBase::Evaluate → UMovieGraphConditionGroupQuery_EditorFolder::Evaluate
| Name | Evaluate |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphRenderLayerSubsystem.cpp |
virtual void Evaluate
(
const TArray < AActor * > & InActorsToQuery,
const UWorld * InWorld,
TSet< AActor * > & OutMatchingActors
) const