USceneCaptureComponent::RemoveShowOnlyActorComponents

Removes an actor's components from the Show Only list.

Windows
MacOS
Linux

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

Syntax

void RemoveShowOnlyActorComponents
(
    AActor * InActor,
    const bool bIncludeFromChildActors
)

Remarks

Removes an actor's components from the Show Only list.

Parameters

Parameter

Description

bIncludeFromChildActors

Whether to remove the components from child actors

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss