Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Physics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Physics/PhysicsInterfaceUtils.h |
| Include | #include "Physics/PhysicsInterfaceUtils.h" |
Syntax
class IPhysicsReplicationFactory
Remarks
Interface for the creation of customized physics replication.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsReplication * | Create
(
FPhysScene* OwningPhysScene |
||
| TUniquePtr< IPhysicsReplication > | CreatePhysicsReplication
(
FPhysScene* OwningPhysScene |
NOTE: Once the old Create/Destroy methods are deprecated, remove the default implementation! | |
| void | Destroy
(
FPhysicsReplication* PhysicsReplication |