Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BatchReleasePrimitives
(
TArrayView< UPrimitiveComponent* > InPrimitives |
SceneInterface.h | ||
void BatchReleasePrimitives
(
TArrayView< FPrimitiveSceneDesc* > InPrimitives |
SceneInterface.h |
BatchReleasePrimitives(TArrayView< UPrimitiveComponent * >)
| Name | BatchReleasePrimitives |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
void BatchReleasePrimitives
(
TArrayView < UPrimitiveComponent * > InPrimitives
)
BatchReleasePrimitives(TArrayView< FPrimitiveSceneDesc * >)
| Name | BatchReleasePrimitives |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneInterface.h |
| Include Path | #include "SceneInterface.h" |
void BatchReleasePrimitives
(
TArrayView < FPrimitiveSceneDesc * > InPrimitives
)