unreal.VCamTraceHitProxyQueryParams¶
- class unreal.VCamTraceHitProxyQueryParams(hit_proxy_size: int = 0, ignored_actors: None = [])¶
Bases:
StructBaseVCam 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.