disguise developers

Designer Plugins

Plugins for Disguise Designer software.

UnrealEngineSettings

Base class: EngineSettings

Properties

configFilename : str

Specific nDisplay config to use, for example with mesh policy Value is the filename excluding the extension and should be placed in the folder \renderstream_workloads\unreal\<asset_name>\<asset_name>

ddcPath : str

Extra command line arguments to launch the asset with.

enableEngineSynchronisation : bool

Use one large ndisplay cluster to ensure scene animation is kept in sync across render nodes. Note: disguise controlled parameters are always applied in sync. Note: disguise cannot guarantee all features synchronise correctly - this is an engine feature.

enableUnrealWindow : bool

Show unreal window on render node, otherwise hidden. Workload must be restarted before this takes effect. Should only be used for debugging

multiUserHost : str

Unreal multi-user server hostname.

multiUserSessionName : str

Unreal multi-user session name to connect to.

useMultiUserEdit : bool

Appends CLI arguments to enable multi-user mode in Unreal.

Constructors

__init__(self)