Choose your operating system:
Windows
macOS
Linux
| UPrimitiveComponent::ComponentIsTouchingSelectionFrustum()
|
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 ComponentIsTouchingSelectionFrustum
(
const FConvexVolume & InFrustum,
const FEngineShowFlags & ShowFlags,
const bool bConsiderOnlyBSP,
const bool bMustEncompassEntireComponent
) const
Determines whether the supplied frustum intersects with the component. Used by the editor in perspective viewports.
true if the supplied bounding box is determined to intersect the component (partially or wholly)
Parameter |
Description |
---|---|
InFrustum |
Frustum 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 |