Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPreviewScene
Description
Removes a component from the preview scene. This detaches the component from the scene, and returns ownership of it.
| Name | RemoveComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/PreviewScene.h |
| Include Path | #include "PreviewScene.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PreviewScene.cpp |
virtual void RemoveComponent
(
class UActorComponent * Component
)