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