UPrimitiveComponent::IgnoreBoundsForEditorFocus

Whether or not the bounds of this component should be considered when focusing the editor camera to an actor with this component in it.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h

Include

#include "Components/PrimitiveComponent.h"

Syntax

virtual bool IgnoreBoundsForEditorFocus() const

Remarks

Whether or not the bounds of this component should be considered when focusing the editor camera to an actor with this component in it. Useful for debug components which need a bounds for rendering but don't contribute to the visible part of the mesh in a meaningful way