Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/Drawing > API/Plugins/UVEditorTools/Drawing/UBasicLineSetComponentBase
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Drawing/BasicLineSetComponent.h |
| Include | #include "Drawing/BasicLineSetComponent.h" |
template<typename CalcLineBoxFn>
FBoxSphereBounds UpdateComponentBounds
&40;
const FTransform & LocalToWorld,
bool bLinesDirty,
CalcLineBoxFn && CalcLineBox
&41; const
Remarks
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.