UMRMeshComponent::SetCollisionResponseToAllChannels

Changes all ResponseToChannels container for this PrimitiveComponent. to be NewResponse

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::SetCollisionResponseToAllChannels()

UMRMeshComponent::SetCollisionResponseToAllChannels()

References

Module

MRMesh

Header

/Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h

Include

#include "MRMeshComponent.h"

Source

/Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp

Syntax

virtual void SetCollisionResponseToAllChannels
(
    ECollisionResponse NewResponse
)

Remarks

Changes all ResponseToChannels container for this PrimitiveComponent. to be NewResponse

Parameters

Parameter

Description

NewResponse

What the new response should be to the supplied Channel

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