ChaosInterface::CreateGeometry

Create the Chaos Geometry based on the geometry parameters.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Physics/Experimental/ChaosInterfaceUtils.h

Include

#include "Physics/Experimental/ChaosInterfaceUtils.h"

Syntax

namespace ChaosInterface
{
    void ChaosInterface::CreateGeometry
    (
        const FGeometryAddParams & InParams,
        TArray< TUniquePtr< Chaos::FImplicitObject >> & OutGeoms,
        TArray< TUniquePtr< Chaos::TPerShapeData< float, 3 >>, TInlineAllocator< 1 >> & OutShapes
    )
}

Remarks

Create the Chaos Geometry based on the geometry parameters.

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