Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FKismetEditorUtilities
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h |
| Include | #include "Kismet2/KismetEditorUtilities.h" |
Syntax
enum EAddComponentToBPHarvestMode
&123;
None,
Harvest_UseComponentName,
Havest_AppendOwnerName,
&125;
Values
| Name | Description |
|---|---|
| None | Not harvesting |
| Harvest_UseComponentName | Harvesting, use the component name for the new component directly |
| Havest_AppendOwnerName | Harvesting, new component name will be OwnerName_ComponentName |