Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphConditionGroupQueryBase
- UMovieGraphConditionGroupQuery_ComponentTagName
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphConditionGroupQuery_ComponentTagName : public UMovieGraphConditionGroupQueryBase
Remarks
Query type which filters actors by tags on their components.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | TagsToMatch | A component on the actor must have one or more of the specified tags to be a match. |
Overridden from UMovieGraphConditionGroupQueryBase
| Type | Name | Description | |
|---|---|---|---|
| void | Determines which of the provided actors (in the given world) match the query. | ||
| const FText & | Gets the display name for this query class as shown in the UI. | ||
| const FSlateIcon & | GetIcon () |
Gets the icon that represents this query class in the UI. | |
| TArray< TSharedRef< SWidget > > | GetWidgets () |
Gets the widgets that should be displayed for this query. |