unreal.MovieGraphConditionGroupQuery_ComponentType

class unreal.MovieGraphConditionGroupQuery_ComponentType(outer: Object | None = None, name: Name | str = 'None')

Bases: MovieGraphConditionGroupQueryBase

Query type which filters actors via the components contained in them.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphRenderLayerSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • component_types (Array[type(Class)]): [Read-Write] The actor must have one or more of the component type(s) in order to be a match.