Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DestroyBodyModifier
(
const FName Name |
Destroys a BodyModifier | PhysicsControlComponent.h |
|
bool DestroyBodyModifier
(
const FName Name, |
Destroys the modifier. It will optionally be removed from the array of records too | PhysicsControlComponent.h |
DestroyBodyModifier(const FName)
Description
Destroys a BodyModifier
| Name | DestroyBodyModifier |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include Path | #include "PhysicsControlComponent.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/PhysicsControlComponent.cpp |
UFUNCTION (BlueprintCallable, Category=PhysicsControl, Meta=(ReturnDisplayName="Success"))
bool DestroyBodyModifier
(
const FName Name
)
Returns true if the body modifier was found and destroyed, false if not
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the body modifier to destroy. |
DestroyBodyModifier(const FName, const EDestroyBehavior)
Description
Destroys the modifier. It will optionally be removed from the array of records too
| Name | DestroyBodyModifier |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include Path | #include "PhysicsControlComponent.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/PhysicsControlComponentImpl.cpp |
bool DestroyBodyModifier
(
const FName Name,
const EDestroyBehavior DestroyBehavior
)