FGeometryCollection::AppendGeometry

Append a single geometric object to a [FGeometryCollection](API\Runtime\GeometryCollectionCore\GeometryCollection\FGeometryCollection)

Windows
MacOS
Linux

References

Module

GeometryCollectionCore

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Public/GeometryCollection/GeometryCollection.h

Include

#include "GeometryCollection/GeometryCollection.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Private/GeometryCollection/GeometryCollection.cpp

Syntax

int32 AppendGeometry
(
    const FGeometryCollection & GeometryCollection,
    int32 MaterialIDOffset,
    bool ReindexAllMaterials,
    const FTransform & TransformRoot
)

Remarks

Append a single geometric object to a FGeometryCollection

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