IDatasmithMeshElement::SetDimensions

Set surface area and bounding box dimensions to be used on lightmap size calculation.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void SetDimensions
(
    const float InArea,
    const float InWidth,
    const float InHeight,
    const float InDepth
)

Remarks

Set surface area and bounding box dimensions to be used on lightmap size calculation.

Parameters

Parameter

Description

InArea

total surface area

InWidth

bounding box width

InHeight

bounding box height

InDepth

bounding box depth

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