unreal.VCamStringPromptResult

class unreal.VCamStringPromptResult

Bases: EnumBase

Result of a request for string input from a VCam streaming client

C++ Source:

  • Plugin: VirtualCameraCore

  • Module: VCamCore

  • File: VCamStringPrompt.h

CANCELLED: VCamStringPromptResult = Ellipsis

The user cancelled the string prompt

Type:

1

DISCONNECTED: VCamStringPromptResult = Ellipsis

The user disconnected before responding to the string prompt

Type:

2

SUBMITTED: VCamStringPromptResult = Ellipsis

The user submitted a string, which is contained in the response’s Input field

Type:

0

UNAVAILABLE: VCamStringPromptResult = Ellipsis

String prompts are not available in the current VCam configuration

Type:

3