Choose your operating system:
Windows
macOS
Linux
| UPrimitiveComponent::ComponentIsTouchingSelectionBox()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/ArrowComponent.h |
Include |
#include "Components/ArrowComponent.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Components/ArrowComponent.cpp |
virtual bool ComponentIsTouchingSelectionBox
(
const FBox & InSelBBox,
const FEngineShowFlags & ShowFlags,
const bool bConsiderOnlyBSP,
const bool bMustEncompassEntireComponent
) const
Determines whether the supplied bounding box intersects with the component. Used by the editor in orthographic viewports.
true if the supplied bounding box is determined to intersect the component (partially or wholly)
Parameter |
Description |
---|---|
InSelBBox |
Bounding box to test against |
ShowFlags |
Engine ShowFlags for the viewport |
bConsiderOnlyBSP |
If only BSP geometry should be tested |
bMustEncompassEntireComponent |
Whether the component bounding box must lay wholly within the supplied bounding box |