unreal.CameraLensEffectInterface

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

Bases: Interface

Camera Lens Effect Interface

C++ Source:

  • Module: Engine

  • File: CameraLensEffectInterface.h

get_particle_components() Array[FXSystemComponent]

Get Particle Components

Return type:

Array[FXSystemComponent]

get_primary_particle_component() FXSystemComponent

Get Primary Particle Component

Return type:

FXSystemComponent