UBoxComponent::SetBoxExtent

Change the box extent size. This is the unscaled size, before component scale is applied.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/BoxComponent.h

Include

#include "Components/BoxComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/BoxComponent.cpp

Syntax

void SetBoxExtent
(
    FVector InBoxExtent,
    bool bUpdateOverlaps
)

Remarks

Change the box extent size. This is the unscaled size, before component scale is applied.

Parameters

Parameter

Description

InBoxExtent

new extent (radius) for the box.

bUpdateOverlaps

if true and this shape is registered and collides, updates touching array for owner actor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss