USkeletalMeshComponent::SetNotifyRigidBodyCollision

Changes the value of bNotifyRigidBodyCollision

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::SetNotifyRigidBodyCollision()

USkeletalMeshComponent::SetNotifyRigidBodyCollision()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h

Include

#include "Components/SkeletalMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMeshComponentPhysics.cpp

Syntax

virtual void SetNotifyRigidBodyCollision
(
    bool bNewNotifyRigidBodyCollision
)

Remarks

Changes the value of bNotifyRigidBodyCollision

Parameters

Parameter

Description

bNewNotifyRigidBodyCollision

The value to assign to bNotifyRigidBodyCollision

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