Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAsyncPhysicsInputComponent
Description
Get the async physics data to write to. This data will make its way to the async physics tick on client and server. Should not be called from async tick
| Name | GetDataToWrite |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Physics/AsyncPhysicsInputComponent.h |
| Include Path | #include "Physics/AsyncPhysicsInputComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/AsyncPhysicsInputComponent.cpp |
UFUNCTION (BlueprintPure, Category=PlayerController)
UAsyncPhysicsData * GetDataToWrite() const