FCollisionResponseContainer::CreateMinContainer

Take two response containers and create a new container where each element is the 'min' of the two inputs (ie Ignore and Block results in Ignore)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysUtils.cpp

Syntax

static FCollisionResponseContainer CreateMinContainer
(
    const FCollisionResponseContainer & A,
    const FCollisionResponseContainer & B
)

Remarks

Take two response containers and create a new container where each element is the 'min' of the two inputs (ie Ignore and Block results in Ignore)

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