Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPhysicsControl * FindControl
(
const FName Name |
Retrieves the control for the name. Returns a null pointer if the name cannot be found | PhysicsControlComponent.h | |
const FPhysicsControl * FindControl
(
const FName Name |
PhysicsControlComponent.h |
FindControl(const FName)
Description
Retrieves the control for the name. Returns a null pointer if the name cannot be found
| Name | FindControl |
| 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 |
FPhysicsControl * FindControl
(
const FName Name
)
FindControl(const FName)
| Name | FindControl |
| 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 |
const FPhysicsControl * FindControl
(
const FName Name
) const