Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Output > API/Plugins/VCamCore/Output/Data
References
| Module | VCamCore |
| Header | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/Output/Data/VCamStringPrompt.h |
| Include | #include "Output/Data/VCamStringPrompt.h" |
Syntax
USTRUCT (BlueprintType )
struct FVCamStringPromptResponse
Remarks
Response to a request for string input from a VCam streaming client
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Entry | The string that the user provided. Empty if the result is not Submitted. | |
| EVCamStringPromptResult | Result | The result of the string prompt |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVCamStringPromptResponse
(
EVCamStringPromptResult Result, |