Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCharacterNetworkMoveData
Description
Given a FSavedMove_Character from UCharacterMovementComponent, fill in data in this struct with relevant movement data. Note that the instance of the FSavedMove_Character is likely a custom struct of a derived struct of your own, if you have added your own saved move data.
| Name | ClientFillNetworkMoveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementReplication.h |
| Include Path | #include "GameFramework/CharacterMovementReplication.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp |
virtual void ClientFillNetworkMoveData
(
const FSavedMove_Character & ClientMove,
ENetworkMoveType MoveType
)
See Also
- UCharacterMovementComponent::AllocateNewMove()