Chaos::ComputeAllWorldSpaceBoundingBoxes

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/BoundingVolumeUtilities.h

Include

#include "Chaos/BoundingVolumeUtilities.h"

Syntax

namespace Chaos
{
    template<class T, int d>
    void Chaos::ComputeAllWorldSpaceBoundingBoxes
    (
        const TPBDRigidParticles< T, d > & Objects,
        const TArray< int32 > & AllObjects,
        const bool bUseVelocity,
        const T Dt,
        TMap< int32, TAABB< T, d >> & WorldSpaceBoxes
    )
}

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