Navigation
API > API/Plugins > API/Plugins/VCamCore
Request for string input which will be sent to a VCam streaming client
| Name | FVCamStringPromptRequest |
| 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 FVCamStringPromptRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | FString | The default value to show in the client's text input form | Output/Data/VCamStringPrompt.h | |
| PromptTitle | FString | The title to show in the client's text input form | Output/Data/VCamStringPrompt.h |