Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Query type which filters actors via tags on actors.
| Name | UMovieGraphConditionGroupQuery_ActorTagName |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UMovieGraphConditionGroupQuery_ActorTagName : public UMovieGraphConditionGroupQueryBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphConditionGroupQueryBase → UMovieGraphConditionGroupQuery_ActorTagName
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TagsToMatch | FString | Tags on the actor must match one or more of the specified tags to be a match. | Graph/MovieGraphRenderLayerSubsystem.h |
|