Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation > API/Runtime/AIModule/Navigation/ANavLinkProxy
- 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 |
virtual FBox GetComponentsBoundingBox
&40;
bool bNonColliding,
bool bIncludeFromChildActors
&41; const
Remarks
Returns the world space bounding box of all components in this Actor.
Parameters
| Name | 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 |