unreal.VCamTraceHitProxyQueryParams

class unreal.VCamTraceHitProxyQueryParams(hit_proxy_size: int = 0, ignored_actors: None = [])

Bases: StructBase

VCam Trace Hit Proxy Query Params

C++ Source:

  • Plugin: VirtualCamera

  • Module: VirtualCamera

  • File: VCamBlueprintFunctionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • hit_proxy_size (int32): [Read-Write] Determine the size of the query area around the center pixel.

  • ignored_actors (Array[Actor]): [Read-Write] Components on these actors should not be considered.

property hit_proxy_size: int

[Read-Write] Determine the size of the query area around the center pixel.

Type:

(int32)

property ignored_actors: None

[Read-Write] Components on these actors should not be considered.

Type:

(Array[Actor])