Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphConditionGroupQueryBase
- UMovieGraphConditionGroupQuery_ActorName
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphConditionGroupQuery_ActorName : public UMovieGraphConditionGroupQueryBase
Remarks
Query type which filters actors via their name (label).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | WildcardSearch | The name that the actor needs to have in order to be a match. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
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. |