Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/Backends
Inheritance Hierarchy
- FNetworkPhysicsData
- FNetworkPhysicsMoverState
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Backends/MoverNetworkPhysicsLiaison.h |
| Include | #include "Backends/MoverNetworkPhysicsLiaison.h" |
Syntax
USTRUCT ()
struct FNetworkPhysicsMoverState : public FNetworkPhysicsData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMoverSyncState | SyncStateContext |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | NetSerialize
(
FArchive& Ar, |
Serialize data function that will be used to transfer the struct across the network |
Overridden from FNetworkPhysicsData
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyData
(
UActorComponent* NetworkComponent |
Apply the data onto the network physics component | |
| void | BuildData
(
const UActorComponent* NetworkComponent |
Build the data from the network physics component | |
| const FString | DebugData () |
Return string with debug information | |
| void | InterpolateData
(
const FNetworkPhysicsData& MinData, |
Interpolate the data in between two inputs data |