ANavLinkProxy::GetComponentsBoundingBox

Returns the world space bounding box of all components in this Actor.

Windows
MacOS
Linux

Override Hierarchy

AActor::GetComponentsBoundingBox()

ANavLinkProxy::GetComponentsBoundingBox()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/NavLinkProxy.h

Include

#include "Navigation/NavLinkProxy.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/NavLinkProxy.cpp

Syntax

virtual FBox GetComponentsBoundingBox
(
    bool bNonColliding,
    bool bIncludeFromChildActors
) const

Remarks

Returns the world space bounding box of all components in this Actor.

Parameters

Parameter

Description

bNonColliding

Indicates that you want to include non-colliding components in the bounding box

bIncludeFromChildActors

If true then recurse in to ChildActor components and find components of the appropriate type in those Actors as well

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