Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UI
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/UI/VCamConnectionStructs.h |
| Include | #include "UI/VCamConnectionStructs.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FVCamConnectionTargetSettings
Remarks
This stores information about the target for a given VCam Widget Connection Ideally this is controlled externally via a configurator system but can be set explicitly if required
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | TargetConnectionPoint | The name of the Connection Point to search for in a given VCam Modifier | |
| FName | TargetModifierName | The name of the Modifier to search for in a given VCam Component's Modifier Stack |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FVCamConnectionTargetSettings& Other |