Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TNetworkPhysicsInputState_Extern-
Description
Validate data received on the server from clients EXAMPLE: Validate incoming inputs from clients on the server and correct any invalid input commands. NOTE: Changes to the data in this callback will be sent from server to clients.
| Name | ValidateInput_External |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsComponent.h |
| Include Path | #include "Physics/NetworkPhysicsComponent.h" |
void ValidateInput_External
(
InputType & Input
) const