GeometryCollection::MakeMeshElement

Windows
MacOS
Linux

References

Module

GeometryCollectionCore

Header

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

Include

#include "GeometryCollection/GeometryCollectionUtility.h"

Syntax

namespace GeometryCollection
{
    template<class TV3_PTS, class TV3_NORM, class TV2, class TV_INT3>
    TSharedPtr< FGeometryCollection > GeometryCollection::MakeMeshElement
    (
        const TArray< TV3_PTS > & PointsIn,
        const TArray< TV3_NORM > & NormalsIn,
        const TArray< TV_INT3 > & TrianglesIn,
        const TArray< TV2 > & UVsIn,
        const FTransform & Xf,
        const FTransform & GeoXf,
        const int NumberOfMaterials
    )
}

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