Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Query type which filters actors via their name (label).
| Name | UMovieGraphConditionGroupQuery_ActorName |
| 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_ActorName : public UMovieGraphConditionGroupQueryBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphConditionGroupQueryBase → UMovieGraphConditionGroupQuery_ActorName
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WildcardSearch | FString | The name that the actor needs to have in order to be a match. | Graph/MovieGraphRenderLayerSubsystem.h |
|