Navigation
API > API/Plugins > API/Plugins/VCamCoreEditor > API/Plugins/VCamCoreEditor/Customization
Inheritance Hierarchy
- TSharedFromThis
- IConnectionRemapCustomization
References
| Module | VCamCoreEditor |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCoreEditor/Public/Customization/IConnectionRemapCustomization.h |
| Include | #include "Customization/IConnectionRemapCustomization.h" |
Syntax
class IConnectionRemapCustomization : public TSharedFromThis< IConnectionRemapCustomization >
Remarks
Implements support for customizing the connection target points of specific widget types.
Instances are created when a widget needs customization and kept alive until 1. the widget becomes invalid or 2. the details panel displays a new object; stays alive across calls to IDetailBuilder::ForceRefreshDetails.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanGenerateGroup
(
const FShouldGenerateArgs& Args |
Whether a group should be generated for this widget | |
| void | Customize
(
const FConnectionRemapCustomizationArgs& Args |
Adds rows for CustomizedWidget |