Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USceneCaptureComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h |
| Include | #include "Components/SceneCaptureComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Rendering|SceneCapture")
void RemoveShowOnlyActorComponents
(
AActor * InActor,
const bool bIncludeFromChildActors
)
Remarks
Removes an actor's components from the Show Only list.
Parameters
| Name | Description |
|---|---|
| bIncludeFromChildActors | Whether to remove the components from child actors |