FResponseChannel

Describes response for a single collision response channel

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/EngineTypes.h"

Syntax

struct FResponseChannel

Remarks

Describes response for a single collision response channel

Variables

Name Description

Public variable

FName

 

Channel

This should match DisplayName of ECollisionChannel Meta data of custom channels can be used as well

Public variable

TEnumAsByte< en...

 

Response

Describes how the channel behaves

Constructors

Name Description

Public function

FResponseChannel()

Public function

FResponseChannel

(
    FName InChannel,
    ECollisionResponse InResponse
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FResponseChannel& Other
)

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