Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsObjectExternalInterface.h |
| Include | #include "PhysicsEngine/PhysicsObjectExternalInterface.h" |
Syntax
template<EPhysicsInterfaceScopedLockType LockType>
class FLockedPhysicsObjectExternalInterface
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLockedPhysicsObjectExternalInterface
(
FChaosScene* Scene, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| InterfaceType & | GetInterface () |
||
| void | Release () |
The FORCEINLINE gets around some linker issues when trying to call Destroy. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FLockedPhysicsObjectExternalInterface & | operator=
(
FLockedPhysicsObjectExternalInterface& Other |
||
| FLockedPhysicsObjectExternalInterface & | operator=
(
FLockedPhysicsObjectExternalInterface&& Other |
||
| InterfaceType * | operator-> () |
Typedefs
| Name | Description |
|---|---|
| InterfaceType |