Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineCollectionQuery
- UMoviePipelineCollectionCommonQuery
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MoviePipelineRenderLayerSubsystem.h |
| Include | #include "Graph/MoviePipelineRenderLayerSubsystem.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMoviePipelineCollectionCommonQuery : public UMoviePipelineCollectionQuery
Remarks
Provides common actor querying functionality (names, tags, components, etc). These individual sub-queries can be AND'd or OR'd together (eg, matches provided names OR provided tags, vs matches provided names AND provided tags).
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | ActorNames | ||
| TArray< TObjectPtr< UClass > > | ComponentTypes | ||
| EMoviePipelineCollectionCommonQueryMode | QueryMode | ||
| TArray< FName > | Tags |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetActorNames
(
const TArray< FString >& InActorNames |
TODO: Add other common query operations (level, etc) | |
| void | SetComponentTypes
(
TArray< UClass* > InComponentTypes |
||
| void | SetQueryMode
(
const EMoviePipelineCollectionCommonQueryMode InQueryMode |
||
| void |
Overridden from UMoviePipelineCollectionQuery
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesActorMatchQuery
(
const AActor* Actor |