Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAsyncPhysicsInputComponent
Description
Get the async physics data to execute logic off of. This data should not be modified and will NOT make its way back. Should be called from async tick
| Name | GetDataToConsume |
| 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)
const UAsyncPhysicsData * GetDataToConsume() const