Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
Inheritance Hierarchy
- FCustomizableTextObjectFactory
- FBodySetupObjectTextFactory
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodySetup.h |
| Include | #include "PhysicsEngine/BodySetup.h" |
Syntax
class FBodySetupObjectTextFactory : public FCustomizableTextObjectFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< UBodySetup * > | NewBodySetups |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FCustomizableTextObjectFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateClass
(
UClass* ObjectClass, |
Return true if the an object of type ObjectClass is allowed to be created; If false is returned, the object and subobjects will be ignored. | |
| void | ProcessConstructedObject
(
UObject* CreatedObject |
This is called on each created object after the property text is imported |