Navigation
API > API/Plugins > API/Plugins/PhysicsControl
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- APhysicsControlActor
References
| Module | PhysicsControl |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlActor.h |
| Include | #include "PhysicsControlActor.h" |
Syntax
UCLASS&40;ConversionRoot, MinimalAPI, ComponentWrapperClass&41;
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 |