Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UBrushComponent
- USceneComponent::CalcBounds()
- UBrushComponent::CalcBounds()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/BrushComponent.h |
Include | #include "Components/BrushComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/BrushComponent.cpp |
virtual FBoxSphereBounds CalcBounds
(
const FTransform & LocalToWorld
) const
Remarks
Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size.