Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/PropertySets
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PropertySets/OnAcceptProperties.h |
| Include | #include "PropertySets/OnAcceptProperties.h" |
Syntax
enum EHandleSourcesMethod
{
UMETA =(DisplayName = "Delete Inputs"),
UMETA =(DisplayName = "Hide Inputs"),
UMETA =(DisplayName = "Keep Inputs"),
UMETA =(DisplayName = "Keep First Input"),
UMETA =(DisplayName = "Keep Last Input"),
}
Values
| Name | Description |
|---|---|
| UMETA | Delete all input objects |
| UMETA | Hide all input objects |
| UMETA | Keep all input objects |
| UMETA | Keep only the first input object and delete all other input objects |
| UMETA | Keep only the last input object and delete all other input objects |
Remarks
Options to handle source meshes