Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USceneComponent
Description
Called when client receive replication data, before replication is performed. Can be overridden in derived components to make use of replication data locally. Note that replication still applies when overriding this, it's not intended to replace replication.
Derived Overrides
| Name | OnReceiveReplicatedState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include Path | #include "Components/SceneComponent.h" |
virtual void OnReceiveReplicatedState
(
const FVector X,
const FQuat R,
const FVector V,
const FVector W
)