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