unreal.VREDCppVariantCameraOption

class unreal.VREDCppVariantCameraOption(name='', location=[0.0, 0.0, 0.0], rotation=[0.0, 0.0, 0.0])

Bases: unreal.StructBase

VREDCpp Variant Camera Option

C++ Source:

  • Plugin: DatasmithFBXImporter

  • Module: DatasmithVREDTranslator

  • File: DatasmithVREDImportData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • location (Vector): [Read-Write] Location

  • name (str): [Read-Write] Name

  • rotation (Rotator): [Read-Write] Rotation

property location

[Read-Write] Location

Type

(Vector)

property name

[Read-Write] Name

Type

(str)

property rotation

[Read-Write] Rotation

Type

(Rotator)