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
struct FAddComponentsToBlueprintParams
Remarks
Parameter struct for customizing calls to AddComponentsToBlueprint
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bKeepMobility | Whether the components should keep their mobility or be adjusted to the new parent | |
| EAddComponentToBPHarvestMode | HarvestMode | Which harvest mode to use when harvesting the components in to the blueprint | |
| USCS_Node * | OptionalNewRootNode | Which SCSNode to attach the new components to, if null attachment will be to Root | |
| TArray< USCS_Node * > * | OutNodes | Optional pointer to an array for the caller to get a list of the created SCSNodes |
Constructors
| Type | Name | Description | |
|---|---|---|---|