unreal.VCamStringPromptResponse¶
- class unreal.VCamStringPromptResponse(result: VCamStringPromptResult = Ellipsis, entry: str = '')¶
Bases:
StructBaseResponse to a request for string input from a VCam streaming client
C++ Source:
Plugin: VirtualCameraCore
Module: VCamCore
File: VCamStringPrompt.h
Editor Properties: (see get_editor_property/set_editor_property)
entry(str): [Read-Write] The string that the user provided. Empty if the result is not Submitted.result(VCamStringPromptResult): [Read-Write] The result of the string prompt
- property entry: str¶
[Read-Only] The string that the user provided. Empty if the result is not Submitted.
- Type:
(str)
- property result: VCamStringPromptResult¶
[Read-Only] The result of the string prompt
- Type: