Chaos::Utilities::CastHelperNoUnwrap

Call the lambda with concrete shape type. This version does NOT unwrap shapes contained in Instanced or Scaled.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/CastingUtilities.h"

Syntax

namespace Chaos
{
    namespace Utilities
    {
        template<typename Lambda>
        auto Chaos::Utilities::CastHelperNoUnwrap
        (
            const FImplicitObject & Geom,
            const FRigidTransform3 & TM,
            const Lambda & Func
        )
    }
}

Remarks

Call the lambda with concrete shape type. This version does NOT unwrap shapes contained in Instanced or Scaled.

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