Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBodyInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FCollisionResponseContainer & GetShapeResponseToChannels
(
const int32 ShapeIndex |
Get Collision ResponseToChannels container for a specific shape in this component | PhysicsEngine/BodyInstance.h | |
const FCollisionResponseContainer & GetShapeResponseToChannels
(
const int32 ShapeIndex, |
PhysicsEngine/BodyInstance.h |
GetShapeResponseToChannels(const int32)
Description
Get Collision ResponseToChannels container for a specific shape in this component
| Name | GetShapeResponseToChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h |
| Include Path | #include "PhysicsEngine/BodyInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp |
const FCollisionResponseContainer & GetShapeResponseToChannels
(
const int32 ShapeIndex
) const
GetShapeResponseToChannels(const int32, const FCollisionResponseContainer &)
| Name | GetShapeResponseToChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h |
| Include Path | #include "PhysicsEngine/BodyInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp |
const FCollisionResponseContainer & GetShapeResponseToChannels
(
const int32 ShapeIndex,
const FCollisionResponseContainer & DefaultResponseContainer
) const