unreal.MovieGraphConditionGroupQuery_ActorType

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

Bases: MovieGraphConditionGroupQueryBase

Query type which filters actors by type.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphRenderLayerSubsystem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • actor_types (Array[type(Class)]): [Read-Write] The type (class) that the actor needs to have in order to be a match.