Chaos::ComputeAllWorldSpaceBoundingBoxes

Todo: how do we protect ourselves and make it const?

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<typename ParticleView, typename T, int d>
    TEnableIf< TModels< CParticleView, ParticleView >::Value >::Type Chaos::ComputeAllWorldSpaceBoundingBoxes
    (
        const ParticleView & Particles,
        const TArray< bool > & RequiresBounds,
        const bool bUseVelocity,
        const T Dt,
        TArray< TAABB< T, d >> & WorldSpaceBoxes
    )
}

Remarks

Todo: how do we protect ourselves and make it const?

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