Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemovePrimitive
(
UPrimitiveComponent* Primitive |
Removes a primitive component from the scene | SceneInterface.h | |
void RemovePrimitive
(
FPrimitiveSceneDesc* Primitive |
SceneInterface.h |
RemovePrimitive(UPrimitiveComponent *)
Description
Removes a primitive component from the scene
| Name | RemovePrimitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
void RemovePrimitive
(
UPrimitiveComponent * Primitive
)
Parameters
| Name | Remarks |
|---|---|
| Primitive | primitive component to remove |
RemovePrimitive(FPrimitiveSceneDesc *)
| Name | RemovePrimitive |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
void RemovePrimitive
(
FPrimitiveSceneDesc * Primitive
)