![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "RewindData.h"#include "Components/ActorComponent.h"#include "GameFramework/PawnMovementComponent.h"#include "GameFramework/PlayerController.h"#include "Engine/NetConnection.h"#include "Engine/World.h"#include "Physics/Experimental/PhysScene_Chaos.h"#include "Subsystems/WorldSubsystem.h"#include "PhysicsEngine/PhysicsSettings.h"#include "Chaos/PhysicsObject.h"#include "Physics/NetworkPhysicsSettingsComponent.h"#include "StructUtils/InstancedStruct.h"#include "NetworkPhysicsComponent.generated.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::NetworkPhysicsUtils |
Macros | |
| #define | DEBUG_NETWORK_PHYSICS_DELTASERIALIZATION 0 |
| #define DEBUG_NETWORK_PHYSICS_DELTASERIALIZATION 0 |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPostProcessInputsInternal | , |
| const int32 | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPreProcessInputsInternal | , |
| const int32 | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FOnInjectInputsExternal | , |
| const int32 | , | ||
| const int32 | |||
| ) |