Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FComponentEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h |
| Include | #include "Kismet2/ComponentEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp |
static bool CanCopyComponent
&40;
const UActorComponent &42; ComponentToCopy
&41;
Remarks
Checks whether it is valid to copy the given component Whether the given component can be copied
Parameters
| Name | Description |
|---|---|
| ComponentToCopy | The component to check |