Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetworkPhysicsComponent
Description
Set action handler interface for receiving and applying actions on the physics thread. This can be used standalone (without registering input/state types) for action-only components, or alongside CreateDataHistory() for components that use both input/state and actions.
| Name | SetActionHandler |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/NetworkPhysicsComponent.h |
| Include Path | #include "Physics/NetworkPhysicsComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/NetworkPhysicsComponent.cpp |
void SetActionHandler
(
INetworkPhysicsActionHandler_Internal * InActionHandler
)