ADebugCameraController::UpdateHiddenComponents

Builds a list of components that are hidden based upon gameplay

Windows
MacOS
Linux

Override Hierarchy

APlayerController::UpdateHiddenComponents()

ADebugCameraController::UpdateHiddenComponents()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DebugCameraController.h

Include

#include "Engine/DebugCameraController.h"

Source

/Engine/Source/Runtime/Engine/Private/DebugCameraController.cpp

Syntax

virtual void UpdateHiddenComponents
(
    const FVector & ViewLocation,
    TSet< FPrimitiveComponentId > & HiddenComponents
)

Remarks

Builds a list of components that are hidden based upon gameplay

Parameters

Parameter

Description

ViewLocation

the view point to hide/unhide from

HiddenComponents

the list to add to/remove from

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