BoxComponent-SetBoxExtent(Vector3_bool).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.BoxComponent
BoxComponent.SetBoxExtent(System.Numerics.Vector3, bool) Method
Sets the box extent size, unscaled before the component scale is applied
public void SetBoxExtent(in System.Numerics.Vector3 extent, bool updateOverlaps=true);
Parameters
extent System.Numerics.Vector3
updateOverlaps System.Boolean