Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UBasicLineSetComponentBase
Description
Update component bounds using a provided function that determines the box around all line positions. This unifies how the bounds are calculated while keeping the calculation of the box around all line positions generic.
| Name | UpdateComponentBounds |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Drawing/BasicLineSetComponent.h |
| Include Path | #include "Drawing/BasicLineSetComponent.h" |
template<typename CalcLineBoxFn>
FBoxSphereBounds UpdateComponentBounds
(
const FTransform & LocalToWorld,
bool bLinesDirty,
CalcLineBoxFn && CalcLineBox
) const