Navigation
API > API/Plugins > API/Plugins/PhysicsControl
Inheritance Hierarchy
- AActor
- APhysicsControlActor
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlActor.h |
| Include | #include "PhysicsControlActor.h" |
Syntax
UCLASS (ConversionRoot, MinimalAPI, ComponentWrapperClass)
class APhysicsControlActor : public AActor
Remarks
Actor that holds a PhysicsControlComponent which is then used to apply controls/body modifiers to other actors from "outside", and a PhysicsControlInitializerComponent which provides the ability to create those controls automatically
Constructors
| Type | Name | Description | |
|---|---|---|---|
APhysicsControlActor
(
const FObjectInitializer& ObjectInitializer |