2250 lines
245 KiB
C++
2250 lines
245 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Physics/NetworkPhysicsSettingsComponent.h"
|
|
#include "Curves/CurveFloat.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNetworkPhysicsSettingsComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataAsset();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNetworkPhysicsSettingsComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNetworkPhysicsSettingsComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UPrimitiveComponent_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EComponentPhysicsStateChange();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EPhysicsReplicationMode();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettings();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRuntimeFloatCurve();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettings *******************************************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSimProxyRepMode_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override properties\n" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override properties" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimProxyRepMode_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override the EPhysicsReplicationMode for Actors with ENetRole::ROLE_SimulatedProxy.\n" },
|
|
{ "EditCondition", "bOverrideSimProxyRepMode" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override the EPhysicsReplicationMode for Actors with ENetRole::ROLE_SimulatedProxy." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFocalParticleInPhysicsReplicationLOD_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Register this actor's Autonomous Proxy as a focal point / focal particle in Physics Replication LOD.\n" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Register this actor's Autonomous Proxy as a focal point / focal particle in Physics Replication LOD." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventSchedulingMinDelaySeconds_MetaData[] = {
|
|
{ "Category", "General" },
|
|
{ "Comment", "// Minimum delay added, in seconds, when scheduling an event far enough in the future to ensure server and all peers that event at the same time\n// This value should be large enough to accommodate the largest network Round Trip Time, beyond which it is understood that the simulation will suffer from corrections\n" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Minimum delay added, in seconds, when scheduling an event far enough in the future to ensure server and all peers that event at the same time\nThis value should be large enough to accommodate the largest network Round Trip Time, beyond which it is understood that the simulation will suffer from corrections" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettings constinit property declarations ***********
|
|
static void NewProp_bOverrideSimProxyRepMode_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSimProxyRepMode;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SimProxyRepMode_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_SimProxyRepMode;
|
|
static void NewProp_bFocalParticleInPhysicsReplicationLOD_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFocalParticleInPhysicsReplicationLOD;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_EventSchedulingMinDelaySeconds;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettings constinit property declarations *************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings;
|
|
class UScriptStruct* FNetworkPhysicsSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettings Property Definitions **********************
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bOverrideSimProxyRepMode_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettings*)Obj)->bOverrideSimProxyRepMode = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bOverrideSimProxyRepMode = { "bOverrideSimProxyRepMode", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettings), &Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bOverrideSimProxyRepMode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSimProxyRepMode_MetaData), NewProp_bOverrideSimProxyRepMode_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_SimProxyRepMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_SimProxyRepMode = { "SimProxyRepMode", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettings, SimProxyRepMode), Z_Construct_UEnum_Engine_EPhysicsReplicationMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimProxyRepMode_MetaData), NewProp_SimProxyRepMode_MetaData) }; // 1247874391
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bFocalParticleInPhysicsReplicationLOD_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettings*)Obj)->bFocalParticleInPhysicsReplicationLOD = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bFocalParticleInPhysicsReplicationLOD = { "bFocalParticleInPhysicsReplicationLOD", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettings), &Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bFocalParticleInPhysicsReplicationLOD_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFocalParticleInPhysicsReplicationLOD_MetaData), NewProp_bFocalParticleInPhysicsReplicationLOD_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_EventSchedulingMinDelaySeconds = { "EventSchedulingMinDelaySeconds", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettings, EventSchedulingMinDelaySeconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventSchedulingMinDelaySeconds_MetaData), NewProp_EventSchedulingMinDelaySeconds_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bOverrideSimProxyRepMode,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_SimProxyRepMode_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_SimProxyRepMode,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_bFocalParticleInPhysicsReplicationLOD,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewProp_EventSchedulingMinDelaySeconds,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettings Property Definitions ************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettings",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettings),
|
|
alignof(FNetworkPhysicsSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettings *********************************************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsDefaultReplication *************************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsDefaultReplication); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsDefaultReplication); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideMaxLinearHardSnapDistance_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override properties\n" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override properties" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideDefaultLegacyHardsnapInPT_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxLinearHardSnapDistance_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: p.MaxLinearHardSnapDistance -- Hardsnap if distance between current position and extrapolated target position is larger than this value.\n" },
|
|
{ "EditCondition", "bOverrideMaxLinearHardSnapDistance" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.MaxLinearHardSnapDistance -- Hardsnap if distance between current position and extrapolated target position is larger than this value." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHardsnapInPhysicsThread_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: p.DefaultReplication.Legacy.HardsnapInPT -- If default replication is used and it's running the legacy flow through Game Thread, allow hardsnapping to be performed on Physics Thread if async physics is enabled.\n" },
|
|
{ "EditCondition", "bOverrideDefaultLegacyHardsnapInPT" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.DefaultReplication.Legacy.HardsnapInPT -- If default replication is used and it's running the legacy flow through Game Thread, allow hardsnapping to be performed on Physics Thread if async physics is enabled." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: p.DefaultReplication.CorrectConnectedBodies -- When true, transform corrections will also apply to any connected physics object.\n" },
|
|
{ "EditCondition", "bOverrideCorrectConnectedBodies" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.DefaultReplication.CorrectConnectedBodies -- When true, transform corrections will also apply to any connected physics object." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCorrectConnectedBodiesFriction_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: p.DefaultReplication.CorrectConnectedBodiesFriction -- When true, transform correction on any connected physics object will also recalculate their friction.\n" },
|
|
{ "EditCondition", "bOverrideCorrectConnectedBodiesFriction" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.DefaultReplication.CorrectConnectedBodiesFriction -- When true, transform correction on any connected physics object will also recalculate their friction." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsDefaultReplication constinit property declarations
|
|
static void NewProp_bOverrideMaxLinearHardSnapDistance_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideMaxLinearHardSnapDistance;
|
|
static void NewProp_bOverrideDefaultLegacyHardsnapInPT_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideDefaultLegacyHardsnapInPT;
|
|
static void NewProp_bOverrideCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCorrectConnectedBodies;
|
|
static void NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCorrectConnectedBodiesFriction;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxLinearHardSnapDistance;
|
|
static void NewProp_bHardsnapInPhysicsThread_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHardsnapInPhysicsThread;
|
|
static void NewProp_bCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCorrectConnectedBodies;
|
|
static void NewProp_bCorrectConnectedBodiesFriction_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCorrectConnectedBodiesFriction;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsDefaultReplication constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsDefaultReplication>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication;
|
|
class UScriptStruct* FNetworkPhysicsSettingsDefaultReplication::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsDefaultReplication"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsDefaultReplication Property Definitions ****
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideMaxLinearHardSnapDistance_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bOverrideMaxLinearHardSnapDistance = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideMaxLinearHardSnapDistance = { "bOverrideMaxLinearHardSnapDistance", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideMaxLinearHardSnapDistance_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideMaxLinearHardSnapDistance_MetaData), NewProp_bOverrideMaxLinearHardSnapDistance_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideDefaultLegacyHardsnapInPT_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bOverrideDefaultLegacyHardsnapInPT = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideDefaultLegacyHardsnapInPT = { "bOverrideDefaultLegacyHardsnapInPT", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideDefaultLegacyHardsnapInPT_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideDefaultLegacyHardsnapInPT_MetaData), NewProp_bOverrideDefaultLegacyHardsnapInPT_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bOverrideCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodies = { "bOverrideCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCorrectConnectedBodies_MetaData), NewProp_bOverrideCorrectConnectedBodies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bOverrideCorrectConnectedBodiesFriction = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction = { "bOverrideCorrectConnectedBodiesFriction", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData), NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_MaxLinearHardSnapDistance = { "MaxLinearHardSnapDistance", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsDefaultReplication, MaxLinearHardSnapDistance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxLinearHardSnapDistance_MetaData), NewProp_MaxLinearHardSnapDistance_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bHardsnapInPhysicsThread_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bHardsnapInPhysicsThread = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bHardsnapInPhysicsThread = { "bHardsnapInPhysicsThread", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bHardsnapInPhysicsThread_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHardsnapInPhysicsThread_MetaData), NewProp_bHardsnapInPhysicsThread_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodies = { "bCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCorrectConnectedBodies_MetaData), NewProp_bCorrectConnectedBodies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodiesFriction_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsDefaultReplication*)Obj)->bCorrectConnectedBodiesFriction = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodiesFriction = { "bCorrectConnectedBodiesFriction", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsDefaultReplication), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodiesFriction_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCorrectConnectedBodiesFriction_MetaData), NewProp_bCorrectConnectedBodiesFriction_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideMaxLinearHardSnapDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideDefaultLegacyHardsnapInPT,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_MaxLinearHardSnapDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bHardsnapInPhysicsThread,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewProp_bCorrectConnectedBodiesFriction,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsDefaultReplication Property Definitions ******
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsDefaultReplication",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsDefaultReplication),
|
|
alignof(FNetworkPhysicsSettingsDefaultReplication),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsDefaultReplication ***************************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation ********************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsPredictiveInterpolation); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsPredictiveInterpolation); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePosCorrectionTimeBase_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override properties\n" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override properties" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePosCorrectionTimeMin_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePosCorrectionTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRotCorrectionTimeBase_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRotCorrectionTimeMin_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRotCorrectionTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePosInterpolationTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRotInterpolationTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSoftSnapPosStrength_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSoftSnapRotStrength_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSoftSnapToSource_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideDisableSoftSnap_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePostResimWaitForUpdate_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosCorrectionTimeBase_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeBase -- Base time to correct positional offset over. RoundTripTime * PosCorrectionTimeMultiplier is added on top of this.\n" },
|
|
{ "EditCondition", "bOverridePosCorrectionTimeBase" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeBase -- Base time to correct positional offset over. RoundTripTime * PosCorrectionTimeMultiplier is added on top of this." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosCorrectionTimeMin_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeMin -- Min time to correct positional offset over. DeltaSeconds is added on top of this.\n" },
|
|
{ "EditCondition", "bOverridePosCorrectionTimeMin" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeMin -- Min time to correct positional offset over. DeltaSeconds is added on top of this." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosCorrectionTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeMultiplier -- Multiplier to adjust how much of RoundTripTime to add to positional offset correction.\n" },
|
|
{ "EditCondition", "bOverridePosCorrectionTimeMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.PosCorrectionTimeMultiplier -- Multiplier to adjust how much of RoundTripTime to add to positional offset correction." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotCorrectionTimeBase_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeBase -- Base time to correct rotational offset over. RoundTripTime * RotCorrectionTimeMultiplier is added on top of this.\n" },
|
|
{ "EditCondition", "bOverrideRotCorrectionTimeBase" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeBase -- Base time to correct rotational offset over. RoundTripTime * RotCorrectionTimeMultiplier is added on top of this." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotCorrectionTimeMin_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeMin -- Min time to correct rotational offset over. DeltaSeconds is added on top of this.\n" },
|
|
{ "EditCondition", "bOverrideRotCorrectionTimeMin" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeMin -- Min time to correct rotational offset over. DeltaSeconds is added on top of this." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotCorrectionTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeMultiplier -- Multiplier to adjust how much of RoundTripTime to add to rotational offset correction.\n" },
|
|
{ "EditCondition", "bOverrideRotCorrectionTimeMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.RotCorrectionTimeMultiplier -- Multiplier to adjust how much of RoundTripTime to add to rotational offset correction." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosInterpolationTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.InterpolationTimeMultiplier -- Multiplier to adjust the interpolation time which is based on the sendrate of state data from the server.\n" },
|
|
{ "EditCondition", "bOverridePosInterpolationTimeMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.InterpolationTimeMultiplier -- Multiplier to adjust the interpolation time which is based on the sendrate of state data from the server." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotInterpolationTimeMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.RotInterpolationTimeMultiplier -- Multiplier to adjust the rotational interpolation time which is based on the sendrate of state data from the server.\n" },
|
|
{ "EditCondition", "bOverrideRotInterpolationTimeMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.RotInterpolationTimeMultiplier -- Multiplier to adjust the rotational interpolation time which is based on the sendrate of state data from the server." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftSnapPosStrength_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.SoftSnapPosStrength -- Value in percent between 0.0 - 1.0 representing how much to softsnap each tick of the remaining positional distance.\n" },
|
|
{ "EditCondition", "bOverrideSoftSnapPosStrength" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.SoftSnapPosStrength -- Value in percent between 0.0 - 1.0 representing how much to softsnap each tick of the remaining positional distance." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftSnapRotStrength_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.SoftSnapRotStrength -- Value in percent between 0.0 - 1.0 representing how much to softsnap each tick of the remaining rotational distance.\n" },
|
|
{ "EditCondition", "bOverrideSoftSnapRotStrength" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.SoftSnapRotStrength -- Value in percent between 0.0 - 1.0 representing how much to softsnap each tick of the remaining rotational distance." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSoftSnapToSource_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.SoftSnapToSource -- If true, softsnap will be performed towards the source state of the current target instead of the predicted state of the current target.\n" },
|
|
{ "EditCondition", "bOverrideSoftSnapToSource" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.SoftSnapToSource -- If true, softsnap will be performed towards the source state of the current target instead of the predicted state of the current target." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisableSoftSnap_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.DisableSoftSnap -- When true, predictive interpolation will not use softsnap to correct the replication with when velocity fails. Hardsnap will still eventually kick in if replication can't reach the target.\n" },
|
|
{ "EditCondition", "bOverrideDisableSoftSnap" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.DisableSoftSnap -- When true, predictive interpolation will not use softsnap to correct the replication with when velocity fails. Hardsnap will still eventually kick in if replication can't reach the target." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSkipVelocityRepOnPosEarlyOut_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.SkipVelocityRepOnPosEarlyOut -- If true, don't run linear velocity replication if position can early out but angular can't early out.\n" },
|
|
{ "EditCondition", "bOverrideSkipVelocityRepOnPosEarlyOut" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.SkipVelocityRepOnPosEarlyOut -- If true, don't run linear velocity replication if position can early out but angular can't early out." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPostResimWaitForUpdate_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.PostResimWaitForUpdate -- After a resimulation, wait for replicated states that correspond to post-resim state before processing replication again.\n" },
|
|
{ "EditCondition", "bOverridePostResimWaitForUpdate" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.PostResimWaitForUpdate -- After a resimulation, wait for replicated states that correspond to post-resim state before processing replication again." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.CorrectConnectedBodies -- When true, transform corrections will also apply to any connected physics object.\n" },
|
|
{ "EditCondition", "bOverrideCorrectConnectedBodies" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.CorrectConnectedBodies -- When true, transform corrections will also apply to any connected physics object." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCorrectConnectedBodiesFriction_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.PredictiveInterpolation.CorrectConnectedBodiesFriction -- When true, transform correction on any connected physics object will also recalculate their friction.\n" },
|
|
{ "EditCondition", "bOverrideCorrectConnectedBodiesFriction" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.PredictiveInterpolation.CorrectConnectedBodiesFriction -- When true, transform correction on any connected physics object will also recalculate their friction." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation constinit property declarations
|
|
static void NewProp_bOverridePosCorrectionTimeBase_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePosCorrectionTimeBase;
|
|
static void NewProp_bOverridePosCorrectionTimeMin_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePosCorrectionTimeMin;
|
|
static void NewProp_bOverridePosCorrectionTimeMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePosCorrectionTimeMultiplier;
|
|
static void NewProp_bOverrideRotCorrectionTimeBase_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRotCorrectionTimeBase;
|
|
static void NewProp_bOverrideRotCorrectionTimeMin_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRotCorrectionTimeMin;
|
|
static void NewProp_bOverrideRotCorrectionTimeMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRotCorrectionTimeMultiplier;
|
|
static void NewProp_bOverridePosInterpolationTimeMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePosInterpolationTimeMultiplier;
|
|
static void NewProp_bOverrideRotInterpolationTimeMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRotInterpolationTimeMultiplier;
|
|
static void NewProp_bOverrideSoftSnapPosStrength_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSoftSnapPosStrength;
|
|
static void NewProp_bOverrideSoftSnapRotStrength_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSoftSnapRotStrength;
|
|
static void NewProp_bOverrideSoftSnapToSource_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSoftSnapToSource;
|
|
static void NewProp_bOverrideDisableSoftSnap_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideDisableSoftSnap;
|
|
static void NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSkipVelocityRepOnPosEarlyOut;
|
|
static void NewProp_bOverridePostResimWaitForUpdate_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePostResimWaitForUpdate;
|
|
static void NewProp_bOverrideCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCorrectConnectedBodies;
|
|
static void NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCorrectConnectedBodiesFriction;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PosCorrectionTimeBase;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PosCorrectionTimeMin;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PosCorrectionTimeMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotCorrectionTimeBase;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotCorrectionTimeMin;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotCorrectionTimeMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PosInterpolationTimeMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotInterpolationTimeMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SoftSnapPosStrength;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SoftSnapRotStrength;
|
|
static void NewProp_bSoftSnapToSource_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSoftSnapToSource;
|
|
static void NewProp_bDisableSoftSnap_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisableSoftSnap;
|
|
static void NewProp_bSkipVelocityRepOnPosEarlyOut_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSkipVelocityRepOnPosEarlyOut;
|
|
static void NewProp_bPostResimWaitForUpdate_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPostResimWaitForUpdate;
|
|
static void NewProp_bCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCorrectConnectedBodies;
|
|
static void NewProp_bCorrectConnectedBodiesFriction_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCorrectConnectedBodiesFriction;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsPredictiveInterpolation>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation;
|
|
class UScriptStruct* FNetworkPhysicsSettingsPredictiveInterpolation::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsPredictiveInterpolation"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation Property Definitions
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeBase_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverridePosCorrectionTimeBase = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeBase = { "bOverridePosCorrectionTimeBase", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeBase_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePosCorrectionTimeBase_MetaData), NewProp_bOverridePosCorrectionTimeBase_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMin_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverridePosCorrectionTimeMin = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMin = { "bOverridePosCorrectionTimeMin", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMin_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePosCorrectionTimeMin_MetaData), NewProp_bOverridePosCorrectionTimeMin_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverridePosCorrectionTimeMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMultiplier = { "bOverridePosCorrectionTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePosCorrectionTimeMultiplier_MetaData), NewProp_bOverridePosCorrectionTimeMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeBase_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideRotCorrectionTimeBase = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeBase = { "bOverrideRotCorrectionTimeBase", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeBase_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRotCorrectionTimeBase_MetaData), NewProp_bOverrideRotCorrectionTimeBase_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMin_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideRotCorrectionTimeMin = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMin = { "bOverrideRotCorrectionTimeMin", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMin_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRotCorrectionTimeMin_MetaData), NewProp_bOverrideRotCorrectionTimeMin_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideRotCorrectionTimeMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMultiplier = { "bOverrideRotCorrectionTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRotCorrectionTimeMultiplier_MetaData), NewProp_bOverrideRotCorrectionTimeMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosInterpolationTimeMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverridePosInterpolationTimeMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosInterpolationTimeMultiplier = { "bOverridePosInterpolationTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosInterpolationTimeMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePosInterpolationTimeMultiplier_MetaData), NewProp_bOverridePosInterpolationTimeMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotInterpolationTimeMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideRotInterpolationTimeMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotInterpolationTimeMultiplier = { "bOverrideRotInterpolationTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotInterpolationTimeMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRotInterpolationTimeMultiplier_MetaData), NewProp_bOverrideRotInterpolationTimeMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapPosStrength_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideSoftSnapPosStrength = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapPosStrength = { "bOverrideSoftSnapPosStrength", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapPosStrength_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSoftSnapPosStrength_MetaData), NewProp_bOverrideSoftSnapPosStrength_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapRotStrength_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideSoftSnapRotStrength = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapRotStrength = { "bOverrideSoftSnapRotStrength", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapRotStrength_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSoftSnapRotStrength_MetaData), NewProp_bOverrideSoftSnapRotStrength_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapToSource_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideSoftSnapToSource = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapToSource = { "bOverrideSoftSnapToSource", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapToSource_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSoftSnapToSource_MetaData), NewProp_bOverrideSoftSnapToSource_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideDisableSoftSnap_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideDisableSoftSnap = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideDisableSoftSnap = { "bOverrideDisableSoftSnap", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideDisableSoftSnap_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideDisableSoftSnap_MetaData), NewProp_bOverrideDisableSoftSnap_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideSkipVelocityRepOnPosEarlyOut = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSkipVelocityRepOnPosEarlyOut = { "bOverrideSkipVelocityRepOnPosEarlyOut", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_MetaData), NewProp_bOverrideSkipVelocityRepOnPosEarlyOut_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePostResimWaitForUpdate_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverridePostResimWaitForUpdate = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePostResimWaitForUpdate = { "bOverridePostResimWaitForUpdate", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePostResimWaitForUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePostResimWaitForUpdate_MetaData), NewProp_bOverridePostResimWaitForUpdate_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodies = { "bOverrideCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCorrectConnectedBodies_MetaData), NewProp_bOverrideCorrectConnectedBodies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bOverrideCorrectConnectedBodiesFriction = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction = { "bOverrideCorrectConnectedBodiesFriction", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData), NewProp_bOverrideCorrectConnectedBodiesFriction_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeBase = { "PosCorrectionTimeBase", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeBase), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosCorrectionTimeBase_MetaData), NewProp_PosCorrectionTimeBase_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeMin = { "PosCorrectionTimeMin", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosCorrectionTimeMin_MetaData), NewProp_PosCorrectionTimeMin_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeMultiplier = { "PosCorrectionTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, PosCorrectionTimeMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosCorrectionTimeMultiplier_MetaData), NewProp_PosCorrectionTimeMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeBase = { "RotCorrectionTimeBase", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeBase), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotCorrectionTimeBase_MetaData), NewProp_RotCorrectionTimeBase_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeMin = { "RotCorrectionTimeMin", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotCorrectionTimeMin_MetaData), NewProp_RotCorrectionTimeMin_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeMultiplier = { "RotCorrectionTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, RotCorrectionTimeMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotCorrectionTimeMultiplier_MetaData), NewProp_RotCorrectionTimeMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosInterpolationTimeMultiplier = { "PosInterpolationTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, PosInterpolationTimeMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosInterpolationTimeMultiplier_MetaData), NewProp_PosInterpolationTimeMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotInterpolationTimeMultiplier = { "RotInterpolationTimeMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, RotInterpolationTimeMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotInterpolationTimeMultiplier_MetaData), NewProp_RotInterpolationTimeMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_SoftSnapPosStrength = { "SoftSnapPosStrength", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapPosStrength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftSnapPosStrength_MetaData), NewProp_SoftSnapPosStrength_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_SoftSnapRotStrength = { "SoftSnapRotStrength", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsPredictiveInterpolation, SoftSnapRotStrength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftSnapRotStrength_MetaData), NewProp_SoftSnapRotStrength_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSoftSnapToSource_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bSoftSnapToSource = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSoftSnapToSource = { "bSoftSnapToSource", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSoftSnapToSource_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSoftSnapToSource_MetaData), NewProp_bSoftSnapToSource_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bDisableSoftSnap_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bDisableSoftSnap = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bDisableSoftSnap = { "bDisableSoftSnap", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bDisableSoftSnap_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisableSoftSnap_MetaData), NewProp_bDisableSoftSnap_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSkipVelocityRepOnPosEarlyOut_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bSkipVelocityRepOnPosEarlyOut = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSkipVelocityRepOnPosEarlyOut = { "bSkipVelocityRepOnPosEarlyOut", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSkipVelocityRepOnPosEarlyOut_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSkipVelocityRepOnPosEarlyOut_MetaData), NewProp_bSkipVelocityRepOnPosEarlyOut_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bPostResimWaitForUpdate_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bPostResimWaitForUpdate = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bPostResimWaitForUpdate = { "bPostResimWaitForUpdate", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bPostResimWaitForUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPostResimWaitForUpdate_MetaData), NewProp_bPostResimWaitForUpdate_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodies = { "bCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCorrectConnectedBodies_MetaData), NewProp_bCorrectConnectedBodies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodiesFriction_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsPredictiveInterpolation*)Obj)->bCorrectConnectedBodiesFriction = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodiesFriction = { "bCorrectConnectedBodiesFriction", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodiesFriction_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCorrectConnectedBodiesFriction_MetaData), NewProp_bCorrectConnectedBodiesFriction_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeBase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosCorrectionTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeBase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotCorrectionTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePosInterpolationTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideRotInterpolationTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapPosStrength,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapRotStrength,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSoftSnapToSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideDisableSoftSnap,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideSkipVelocityRepOnPosEarlyOut,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverridePostResimWaitForUpdate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bOverrideCorrectConnectedBodiesFriction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeBase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosCorrectionTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeBase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotCorrectionTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_PosInterpolationTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_RotInterpolationTimeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_SoftSnapPosStrength,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_SoftSnapRotStrength,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSoftSnapToSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bDisableSoftSnap,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bSkipVelocityRepOnPosEarlyOut,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bPostResimWaitForUpdate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewProp_bCorrectConnectedBodiesFriction,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation Property Definitions *
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsPredictiveInterpolation",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsPredictiveInterpolation),
|
|
alignof(FNetworkPhysicsSettingsPredictiveInterpolation),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsPredictiveInterpolation **********************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection ****************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsResimulationErrorCorrection); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimErrorInterpolationSettings_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "/** Enable override for post-resimulation error correction settings during render interpolation\n\x09* NOTE: This currently does not work if the experimental p.RenderInterp.ErrorVelocityCorrection CVar is set to true (false by default) */" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Enable override for post-resimulation error correction settings during render interpolation\nNOTE: This currently does not work if the experimental p.RenderInterp.ErrorVelocityCorrection CVar is set to true (false by default)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimErrorCorrectionDuration_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.ErrorCorrectionDuration -- How long in seconds to apply error correction over */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.ErrorCorrectionDuration -- How long in seconds to apply error correction over" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimErrorMaximumDistanceBeforeSnapping_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar : p.RenderInterp.MaximumErrorCorrectionBeforeSnapping -- Maximum error correction in cm before we stop interpolating and snap to target */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar : p.RenderInterp.MaximumErrorCorrectionBeforeSnapping -- Maximum error correction in cm before we stop interpolating and snap to target" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "-1.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.MaximumErrorCorrectionDesyncTimeBeforeSnapping -- Time multiplied by the particles velocity to get the distance that error correction will be performed within without snapping, disable by setting a negative value\n\x09* NOTE: ResimErrorMaximumDistanceBeforeSnapping will act as a lowest distance clamp. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.MaximumErrorCorrectionDesyncTimeBeforeSnapping -- Time multiplied by the particles velocity to get the distance that error correction will be performed within without snapping, disable by setting a negative value\nNOTE: ResimErrorMaximumDistanceBeforeSnapping will act as a lowest distance clamp." },
|
|
{ "UIMin", "-1.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimErrorDirectionalDecayMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMax", "1.0" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.DirectionalDecayMultiplier -- Decay error offset in the direction that the physics object is moving, value is multiplier of projected offset direction, 0.25 means a 25 % decay of the magnitude in the direction of physics travel.Deactivate by setting to 0 */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.DirectionalDecayMultiplier -- Decay error offset in the direction that the physics object is moving, value is multiplier of projected offset direction, 0.25 means a 25 % decay of the magnitude in the direction of physics travel.Deactivate by setting to 0" },
|
|
{ "UIMax", "1.0" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRenderInterpApplyExponentialDecay_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.ApplyExponentialDecay -- When enabled a post-resim error will decay exponentially (instead of linearly) based on half-life time set in ExponentialDecayLinearHalfLife and ExponentialDecayAngularHalfLife. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.ApplyExponentialDecay -- When enabled a post-resim error will decay exponentially (instead of linearly) based on half-life time set in ExponentialDecayLinearHalfLife and ExponentialDecayAngularHalfLife." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderInterpExponentialDecayLinearHalfLife_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.ExponentialDecayLinearHalfLife -- Sets the positional half-life time for when bApplyExponentialDecay is enabled. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.ExponentialDecayLinearHalfLife -- Sets the positional half-life time for when bApplyExponentialDecay is enabled." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderInterpExponentialDecayAngularHalfLife_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.ExponentialDecayAngularHalfLife -- Sets the rotational half-life time for when bApplyExponentialDecay is enabled. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.ExponentialDecayAngularHalfLife -- Sets the rotational half-life time for when bApplyExponentialDecay is enabled." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderInterpMinimumLinearThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.MinimumLinearThreshold -- Squared value, when the remaining render error is below this we clear it, if ApplyExponentialDecay is enabled. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.MinimumLinearThreshold -- Squared value, when the remaining render error is below this we clear it, if ApplyExponentialDecay is enabled." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderInterpMinimumAngularThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Overrides CVar: p.RenderInterp.MinimumAngularThreshold -- When the remaining render error angle is below this we clear it, if ApplyExponentialDecay is enabled. */" },
|
|
{ "EditCondition", "bOverrideResimErrorInterpolationSettings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: p.RenderInterp.MinimumAngularThreshold -- When the remaining render error angle is below this we clear it, if ApplyExponentialDecay is enabled." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection constinit property declarations
|
|
static void NewProp_bOverrideResimErrorInterpolationSettings_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimErrorInterpolationSettings;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimErrorCorrectionDuration;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimErrorMaximumDistanceBeforeSnapping;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimErrorDirectionalDecayMultiplier;
|
|
static void NewProp_bRenderInterpApplyExponentialDecay_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRenderInterpApplyExponentialDecay;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RenderInterpExponentialDecayLinearHalfLife;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RenderInterpExponentialDecayAngularHalfLife;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RenderInterpMinimumLinearThreshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RenderInterpMinimumAngularThreshold;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsResimulationErrorCorrection>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection;
|
|
class UScriptStruct* FNetworkPhysicsSettingsResimulationErrorCorrection::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsResimulationErrorCorrection"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection Property Definitions
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bOverrideResimErrorInterpolationSettings_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulationErrorCorrection*)Obj)->bOverrideResimErrorInterpolationSettings = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bOverrideResimErrorInterpolationSettings = { "bOverrideResimErrorInterpolationSettings", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bOverrideResimErrorInterpolationSettings_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimErrorInterpolationSettings_MetaData), NewProp_bOverrideResimErrorInterpolationSettings_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorCorrectionDuration = { "ResimErrorCorrectionDuration", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorCorrectionDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimErrorCorrectionDuration_MetaData), NewProp_ResimErrorCorrectionDuration_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorMaximumDistanceBeforeSnapping = { "ResimErrorMaximumDistanceBeforeSnapping", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorMaximumDistanceBeforeSnapping), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimErrorMaximumDistanceBeforeSnapping_MetaData), NewProp_ResimErrorMaximumDistanceBeforeSnapping_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping = { "ResimErrorMaximumDesyncTimeBeforeSnapping", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorMaximumDesyncTimeBeforeSnapping), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping_MetaData), NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorDirectionalDecayMultiplier = { "ResimErrorDirectionalDecayMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, ResimErrorDirectionalDecayMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimErrorDirectionalDecayMultiplier_MetaData), NewProp_ResimErrorDirectionalDecayMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bRenderInterpApplyExponentialDecay_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulationErrorCorrection*)Obj)->bRenderInterpApplyExponentialDecay = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bRenderInterpApplyExponentialDecay = { "bRenderInterpApplyExponentialDecay", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bRenderInterpApplyExponentialDecay_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRenderInterpApplyExponentialDecay_MetaData), NewProp_bRenderInterpApplyExponentialDecay_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpExponentialDecayLinearHalfLife = { "RenderInterpExponentialDecayLinearHalfLife", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpExponentialDecayLinearHalfLife), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderInterpExponentialDecayLinearHalfLife_MetaData), NewProp_RenderInterpExponentialDecayLinearHalfLife_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpExponentialDecayAngularHalfLife = { "RenderInterpExponentialDecayAngularHalfLife", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpExponentialDecayAngularHalfLife), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderInterpExponentialDecayAngularHalfLife_MetaData), NewProp_RenderInterpExponentialDecayAngularHalfLife_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpMinimumLinearThreshold = { "RenderInterpMinimumLinearThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpMinimumLinearThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderInterpMinimumLinearThreshold_MetaData), NewProp_RenderInterpMinimumLinearThreshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpMinimumAngularThreshold = { "RenderInterpMinimumAngularThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulationErrorCorrection, RenderInterpMinimumAngularThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderInterpMinimumAngularThreshold_MetaData), NewProp_RenderInterpMinimumAngularThreshold_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bOverrideResimErrorInterpolationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorCorrectionDuration,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorMaximumDistanceBeforeSnapping,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorMaximumDesyncTimeBeforeSnapping,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_ResimErrorDirectionalDecayMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_bRenderInterpApplyExponentialDecay,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpExponentialDecayLinearHalfLife,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpExponentialDecayAngularHalfLife,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpMinimumLinearThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewProp_RenderInterpMinimumAngularThreshold,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection Property Definitions
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsResimulationErrorCorrection",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection),
|
|
alignof(FNetworkPhysicsSettingsResimulationErrorCorrection),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulationErrorCorrection ******************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulation *******************************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsResimulation); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsResimulation); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimulationErrorPositionThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override properties\n" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override properties" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimulationErrorRotationThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimulationErrorLinearVelocityThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimulationErrorAngularVelocityThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRuntimeCorrectionEnabled_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRuntimeVelocityCorrection_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRuntimeCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePosStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRotStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideVelStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideAngVelStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideResimulationErrorThreshold_MetaData[] = {
|
|
{ "Comment", "/** Deprecated UE 5.5 - bOverrideResimulationErrorThreshold has been renamed, please use bOverrideResimulationErrorPositionThreshold*/" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Deprecated UE 5.5 - bOverrideResimulationErrorThreshold has been renamed, please use bOverrideResimulationErrorPositionThreshold" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorThreshold_MetaData[] = {
|
|
{ "Comment", "/** Deprecated UE 5.5 - ResimulationErrorThreshold has been renamed, please use ResimulationErrorPositionThreshold */" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Deprecated UE 5.5 - ResimulationErrorThreshold has been renamed, please use ResimulationErrorPositionThreshold" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorPositionThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Position Threshold -- Distance that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideResimulationErrorPositionThreshold" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Position Threshold -- Distance that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorRotationThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Rotation Threshold -- Rotation difference in degrees that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideResimulationErrorRotationThreshold" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Rotation Threshold -- Rotation difference in degrees that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorLinearVelocityThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Linear Velocity Threshold -- Velocity difference in centimeters / second that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideResimulationErrorLinearVelocityThreshold" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Linear Velocity Threshold -- Velocity difference in centimeters / second that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorAngularVelocityThreshold_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Angular Velocity Threshold -- Degrees / second that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideResimulationErrorAngularVelocityThreshold" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides Project Settings -> Physics -> Replication -> Physics Prediction -> Resimulation Error Angular Velocity Threshold -- Degrees / second that the object is allowed to desync from the server before triggering a resimulation, within this threshold runtime correction can be performed if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRuntimeCorrectionEnabled_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RuntimeCorrectionEnabled -- Apply positional and rotational runtime corrections while within resim trigger distance.\n" },
|
|
{ "EditCondition", "bOverrideRuntimeCorrectionEnabled" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RuntimeCorrectionEnabled -- Apply positional and rotational runtime corrections while within resim trigger distance." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRuntimeVelocityCorrection_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RuntimeVelocityCorrection -- Apply linear and angular velocity corrections in runtime while within resim trigger distance. Used if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideRuntimeVelocityCorrection" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RuntimeVelocityCorrection -- Apply linear and angular velocity corrections in runtime while within resim trigger distance. Used if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRuntimeCorrectConnectedBodies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RuntimeCorrectConnectedBodies -- If true runtime position and rotation correction will also shift transform of any connected physics objects. Used if RuntimeCorrectionEnabled is true.\n" },
|
|
{ "EditCondition", "bOverrideRuntimeCorrectConnectedBodies" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RuntimeCorrectConnectedBodies -- If true runtime position and rotation correction will also shift transform of any connected physics objects. Used if RuntimeCorrectionEnabled is true." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.PosStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable positional corrections.\n" },
|
|
{ "EditCondition", "bOverridePosStabilityMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.PosStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable positional corrections." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RotStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable rotational corrections.\n" },
|
|
{ "EditCondition", "bOverrideRotStabilityMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RotStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable rotational corrections." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VelStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.VelStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable linear velocity corrections.\n" },
|
|
{ "EditCondition", "bOverrideVelStabilityMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.VelStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable linear velocity corrections." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AngVelStabilityMultiplier_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.AngVelStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable angular velocity corrections.\n" },
|
|
{ "EditCondition", "bOverrideAngVelStabilityMultiplier" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.AngVelStabilityMultiplier -- Recommended range between 0.0-1.0. Lower value means more stable angular velocity corrections." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationErrorCorrectionSettings_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "DisplayName", "Post-Resimulation Error Correction Render Interpolation Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulation constinit property declarations
|
|
static void NewProp_bOverrideResimulationErrorPositionThreshold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimulationErrorPositionThreshold;
|
|
static void NewProp_bOverrideResimulationErrorRotationThreshold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimulationErrorRotationThreshold;
|
|
static void NewProp_bOverrideResimulationErrorLinearVelocityThreshold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimulationErrorLinearVelocityThreshold;
|
|
static void NewProp_bOverrideResimulationErrorAngularVelocityThreshold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimulationErrorAngularVelocityThreshold;
|
|
static void NewProp_bOverrideRuntimeCorrectionEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRuntimeCorrectionEnabled;
|
|
static void NewProp_bOverrideRuntimeVelocityCorrection_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRuntimeVelocityCorrection;
|
|
static void NewProp_bOverrideRuntimeCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRuntimeCorrectConnectedBodies;
|
|
static void NewProp_bOverridePosStabilityMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePosStabilityMultiplier;
|
|
static void NewProp_bOverrideRotStabilityMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRotStabilityMultiplier;
|
|
static void NewProp_bOverrideVelStabilityMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideVelStabilityMultiplier;
|
|
static void NewProp_bOverrideAngVelStabilityMultiplier_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideAngVelStabilityMultiplier;
|
|
static void NewProp_bOverrideResimulationErrorThreshold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideResimulationErrorThreshold;
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_ResimulationErrorThreshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimulationErrorPositionThreshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimulationErrorRotationThreshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimulationErrorLinearVelocityThreshold;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ResimulationErrorAngularVelocityThreshold;
|
|
static void NewProp_bRuntimeCorrectionEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRuntimeCorrectionEnabled;
|
|
static void NewProp_bRuntimeVelocityCorrection_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRuntimeVelocityCorrection;
|
|
static void NewProp_bRuntimeCorrectConnectedBodies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRuntimeCorrectConnectedBodies;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PosStabilityMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotStabilityMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_VelStabilityMultiplier;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AngVelStabilityMultiplier;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ResimulationErrorCorrectionSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulation constinit property declarations *
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsResimulation>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation;
|
|
class UScriptStruct* FNetworkPhysicsSettingsResimulation::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsResimulation"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsResimulation Property Definitions **********
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorPositionThreshold_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideResimulationErrorPositionThreshold = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorPositionThreshold = { "bOverrideResimulationErrorPositionThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorPositionThreshold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimulationErrorPositionThreshold_MetaData), NewProp_bOverrideResimulationErrorPositionThreshold_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorRotationThreshold_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideResimulationErrorRotationThreshold = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorRotationThreshold = { "bOverrideResimulationErrorRotationThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorRotationThreshold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimulationErrorRotationThreshold_MetaData), NewProp_bOverrideResimulationErrorRotationThreshold_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorLinearVelocityThreshold_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideResimulationErrorLinearVelocityThreshold = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorLinearVelocityThreshold = { "bOverrideResimulationErrorLinearVelocityThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorLinearVelocityThreshold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimulationErrorLinearVelocityThreshold_MetaData), NewProp_bOverrideResimulationErrorLinearVelocityThreshold_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorAngularVelocityThreshold_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideResimulationErrorAngularVelocityThreshold = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorAngularVelocityThreshold = { "bOverrideResimulationErrorAngularVelocityThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorAngularVelocityThreshold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimulationErrorAngularVelocityThreshold_MetaData), NewProp_bOverrideResimulationErrorAngularVelocityThreshold_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectionEnabled_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideRuntimeCorrectionEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectionEnabled = { "bOverrideRuntimeCorrectionEnabled", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectionEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRuntimeCorrectionEnabled_MetaData), NewProp_bOverrideRuntimeCorrectionEnabled_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeVelocityCorrection_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideRuntimeVelocityCorrection = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeVelocityCorrection = { "bOverrideRuntimeVelocityCorrection", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeVelocityCorrection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRuntimeVelocityCorrection_MetaData), NewProp_bOverrideRuntimeVelocityCorrection_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideRuntimeCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectConnectedBodies = { "bOverrideRuntimeCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRuntimeCorrectConnectedBodies_MetaData), NewProp_bOverrideRuntimeCorrectConnectedBodies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverridePosStabilityMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverridePosStabilityMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverridePosStabilityMultiplier = { "bOverridePosStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverridePosStabilityMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePosStabilityMultiplier_MetaData), NewProp_bOverridePosStabilityMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRotStabilityMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideRotStabilityMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRotStabilityMultiplier = { "bOverrideRotStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRotStabilityMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRotStabilityMultiplier_MetaData), NewProp_bOverrideRotStabilityMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideVelStabilityMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideVelStabilityMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideVelStabilityMultiplier = { "bOverrideVelStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideVelStabilityMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideVelStabilityMultiplier_MetaData), NewProp_bOverrideVelStabilityMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideAngVelStabilityMultiplier_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideAngVelStabilityMultiplier = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideAngVelStabilityMultiplier = { "bOverrideAngVelStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideAngVelStabilityMultiplier_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideAngVelStabilityMultiplier_MetaData), NewProp_bOverrideAngVelStabilityMultiplier_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorThreshold_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bOverrideResimulationErrorThreshold_DEPRECATED = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorThreshold = { "bOverrideResimulationErrorThreshold", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorThreshold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideResimulationErrorThreshold_MetaData), NewProp_bOverrideResimulationErrorThreshold_MetaData) };
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorThreshold = { "ResimulationErrorThreshold", nullptr, (EPropertyFlags)0x0010000020004000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorThreshold_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorThreshold_MetaData), NewProp_ResimulationErrorThreshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorPositionThreshold = { "ResimulationErrorPositionThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorPositionThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorPositionThreshold_MetaData), NewProp_ResimulationErrorPositionThreshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorRotationThreshold = { "ResimulationErrorRotationThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorRotationThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorRotationThreshold_MetaData), NewProp_ResimulationErrorRotationThreshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorLinearVelocityThreshold = { "ResimulationErrorLinearVelocityThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorLinearVelocityThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorLinearVelocityThreshold_MetaData), NewProp_ResimulationErrorLinearVelocityThreshold_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorAngularVelocityThreshold = { "ResimulationErrorAngularVelocityThreshold", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorAngularVelocityThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorAngularVelocityThreshold_MetaData), NewProp_ResimulationErrorAngularVelocityThreshold_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectionEnabled_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bRuntimeCorrectionEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectionEnabled = { "bRuntimeCorrectionEnabled", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectionEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRuntimeCorrectionEnabled_MetaData), NewProp_bRuntimeCorrectionEnabled_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeVelocityCorrection_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bRuntimeVelocityCorrection = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeVelocityCorrection = { "bRuntimeVelocityCorrection", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeVelocityCorrection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRuntimeVelocityCorrection_MetaData), NewProp_bRuntimeVelocityCorrection_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectConnectedBodies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsResimulation*)Obj)->bRuntimeCorrectConnectedBodies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectConnectedBodies = { "bRuntimeCorrectConnectedBodies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsResimulation), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectConnectedBodies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRuntimeCorrectConnectedBodies_MetaData), NewProp_bRuntimeCorrectConnectedBodies_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_PosStabilityMultiplier = { "PosStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, PosStabilityMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosStabilityMultiplier_MetaData), NewProp_PosStabilityMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_RotStabilityMultiplier = { "RotStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, RotStabilityMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotStabilityMultiplier_MetaData), NewProp_RotStabilityMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_VelStabilityMultiplier = { "VelStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, VelStabilityMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VelStabilityMultiplier_MetaData), NewProp_VelStabilityMultiplier_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_AngVelStabilityMultiplier = { "AngVelStabilityMultiplier", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, AngVelStabilityMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AngVelStabilityMultiplier_MetaData), NewProp_AngVelStabilityMultiplier_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorCorrectionSettings = { "ResimulationErrorCorrectionSettings", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsResimulation, ResimulationErrorCorrectionSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationErrorCorrectionSettings_MetaData), NewProp_ResimulationErrorCorrectionSettings_MetaData) }; // 2655323531
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorPositionThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorRotationThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorLinearVelocityThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorAngularVelocityThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectionEnabled,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeVelocityCorrection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRuntimeCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverridePosStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideRotStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideVelStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideAngVelStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bOverrideResimulationErrorThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorPositionThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorRotationThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorLinearVelocityThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorAngularVelocityThreshold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectionEnabled,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeVelocityCorrection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_bRuntimeCorrectConnectedBodies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_PosStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_RotStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_VelStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_AngVelStabilityMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewProp_ResimulationErrorCorrectionSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulation Property Definitions ************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsResimulation",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsResimulation),
|
|
alignof(FNetworkPhysicsSettingsResimulation),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsResimulation *********************************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent ********************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsNetworkPhysicsComponent); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRedundantInputs_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Override properties\n" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Override properties" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRedundantRemoteInputs_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRedundantStates_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCompareStateToTriggerRewind_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideCompareInputToTriggerRewind_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideEnableUnreliableFlow_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideEnableReliableFlow_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideApplyDataInsteadOfMergeData_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideAllowInputExtrapolation_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideValidateDataOnGameThread_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideApplySimProxyStateAtRuntime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideApplySimProxyInputAtRuntime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideTriggerResimOnInputReceive_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideApplyInputDecayOverSetTime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideInputDecaySetTime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "InlineEditConditionToggle", "" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RedundantInputs_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "/* Overrides CVar : np2.Resim.RedundantInputs -- How many extra inputs to send with each unreliable network message, to account for packetloss.From owning client to server and server to owning client.\n\x09 * NOTE: This is disabled while np2.Resim.DynamicInputScaling.Enabled is enabled. */" },
|
|
{ "EditCondition", "bOverrideRedundantInputs" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar : np2.Resim.RedundantInputs -- How many extra inputs to send with each unreliable network message, to account for packetloss.From owning client to server and server to owning client.\n * NOTE: This is disabled while np2.Resim.DynamicInputScaling.Enabled is enabled." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RedundantRemoteInputs_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RedundantRemoteInputs -- How many extra inputs to send with each unreliable network message, to account for packetloss. From Server to remote clients.\n" },
|
|
{ "EditCondition", "bOverrideRedundantRemoteInputs" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RedundantRemoteInputs -- How many extra inputs to send with each unreliable network message, to account for packetloss. From Server to remote clients." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RedundantStates_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.RedundantStates -- How many extra states to send with each unreliable network message, to account for packetloss. From Server to remote clients.\n" },
|
|
{ "EditCondition", "bOverrideRedundantStates" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.RedundantStates -- How many extra states to send with each unreliable network message, to account for packetloss. From Server to remote clients." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCompareStateToTriggerRewind_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.CompareStateToTriggerRewind -- When true, cache local FNetworkPhysicsData state in rewind history and compare the predicted state with incoming server state to trigger resimulations if they differ, comparison done through FNetworkPhysicsData::CompareData.\n" },
|
|
{ "EditCondition", "bOverrideCompareStateToTriggerRewind" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.CompareStateToTriggerRewind -- When true, cache local FNetworkPhysicsData state in rewind history and compare the predicted state with incoming server state to trigger resimulations if they differ, comparison done through FNetworkPhysicsData::CompareData." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCompareStateToTriggerRewindIncludeSimProxies_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.CompareStateToTriggerRewind.IncludeSimProxies -- When true, include simulated proxies when np2.Resim.CompareStateToTriggerRewind is enabled.\n" },
|
|
{ "EditCondition", "bOverridebCompareStateToTriggerRewindIncludeSimProxies" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.CompareStateToTriggerRewind.IncludeSimProxies -- When true, include simulated proxies when np2.Resim.CompareStateToTriggerRewind is enabled." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCompareInputToTriggerRewind_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.CompareInputToTriggerRewind -- When true, compare local predicted FNetworkPhysicsData input with incoming server input to trigger resimulations if they differ, comparison done through FNetworkPhysicsData::CompareData.\n" },
|
|
{ "EditCondition", "bOverrideCompareInputToTriggerRewind" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.CompareInputToTriggerRewind -- When true, compare local predicted FNetworkPhysicsData input with incoming server input to trigger resimulations if they differ, comparison done through FNetworkPhysicsData::CompareData." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableUnreliableFlow_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.EnableUnreliableFlow -- When true, allow data to be sent unreliably. Also sends FNetworkPhysicsData not marked with FNetworkPhysicsData::bimportant unreliably over the network.\n" },
|
|
{ "EditCondition", "bOverrideEnableUnreliableFlow" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.EnableUnreliableFlow -- When true, allow data to be sent unreliably. Also sends FNetworkPhysicsData not marked with FNetworkPhysicsData::bimportant unreliably over the network." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableReliableFlow_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.EnableReliableFlow -- EXPERIMENTAL -- When true, allow data to be sent reliably. Also send FNetworkPhysicsData marked with FNetworkPhysicsData::bimportant reliably over the network.\n" },
|
|
{ "EditCondition", "bOverrideEnableReliableFlow" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.EnableReliableFlow -- EXPERIMENTAL -- When true, allow data to be sent reliably. Also send FNetworkPhysicsData marked with FNetworkPhysicsData::bimportant reliably over the network." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyDataInsteadOfMergeData_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.ApplyDataInsteadOfMergeData -- When true, call ApplyData for each data instead of MergeData when having to use multiple data entries in one frame.\n" },
|
|
{ "EditCondition", "bOverrideApplyDataInsteadOfMergeData" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.ApplyDataInsteadOfMergeData -- When true, call ApplyData for each data instead of MergeData when having to use multiple data entries in one frame." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowInputExtrapolation_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.AllowInputExtrapolation -- When true and not locally controlled, allow inputs to be extrapolated from last known and if there is a gap allow interpolation between two known inputs.\n" },
|
|
{ "EditCondition", "bOverrideAllowInputExtrapolation" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.AllowInputExtrapolation -- When true and not locally controlled, allow inputs to be extrapolated from last known and if there is a gap allow interpolation between two known inputs." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bValidateDataOnGameThread_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.ValidateDataOnGameThread -- When true, perform server-side input validation through FNetworkPhysicsData::ValidateData on the Game Thread. If false, perform the call on the Physics Thread.\n" },
|
|
{ "EditCondition", "bOverrideValidateDataOnGameThread" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.ValidateDataOnGameThread -- When true, perform server-side input validation through FNetworkPhysicsData::ValidateData on the Game Thread. If false, perform the call on the Physics Thread." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplySimProxyStateAtRuntime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.ApplySimProxyStateAtRuntime -- When true, call ApplyData on received states for simulated proxies at runtime.\n" },
|
|
{ "EditCondition", "bOverrideApplySimProxyStateAtRuntime" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.ApplySimProxyStateAtRuntime -- When true, call ApplyData on received states for simulated proxies at runtime." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplySimProxyInputAtRuntime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.ApplySimProxyInputAtRuntime -- When true, call ApplyData on received inputs for simulated proxies at runtime.\n" },
|
|
{ "EditCondition", "bOverrideApplySimProxyInputAtRuntime" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.ApplySimProxyInputAtRuntime -- When true, call ApplyData on received inputs for simulated proxies at runtime." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTriggerResimOnInputReceive_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.TriggerResimOnInputReceive -- When true, a resimulation will be requested to the frame of the latest frame of received inputs this frame\n" },
|
|
{ "EditCondition", "bOverrideTriggerResimOnInputReceive" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.TriggerResimOnInputReceive -- When true, a resimulation will be requested to the frame of the latest frame of received inputs this frame" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bApplyInputDecayOverSetTime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.ApplyInputDecayOverSetTime -- When true, apply the Input Decay Curve over a set amount of time instead of over the start of input prediction and end of resim which is variable each resimulation\n" },
|
|
{ "EditCondition", "bOverrideApplyInputDecayOverSetTime" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.ApplyInputDecayOverSetTime -- When true, apply the Input Decay Curve over a set amount of time instead of over the start of input prediction and end of resim which is variable each resimulation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputDecaySetTime_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "// Overrides CVar: np2.Resim.InputDecaySetTime -- Applied when np2.Resim.ApplyInputDecayOverSetTime is true, read there for more info. Set time to apply Input Decay Curve over while predicting inputs during resimulation\n" },
|
|
{ "EditCondition", "bOverrideInputDecaySetTime" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Overrides CVar: np2.Resim.InputDecaySetTime -- Applied when np2.Resim.ApplyInputDecayOverSetTime is true, read there for more info. Set time to apply Input Decay Curve over while predicting inputs during resimulation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputDecayCurve_MetaData[] = {
|
|
{ "Category", "Overrides" },
|
|
{ "Comment", "/* Curve for input decay during resimulation if input is being reused. \n\x09* XAxis = Alpha value from 0.0 to 1.0 where 0 is the start of reusing input and 1 is the last time we will reuse the input this resimulation.\n\x09* YAxis = The Input Decay value from 0.0 to 1.0 (as a percentage where 1.0 = 100% decay) for the given Alpha. */" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Curve for input decay during resimulation if input is being reused.\n * XAxis = Alpha value from 0.0 to 1.0 where 0 is the start of reusing input and 1 is the last time we will reuse the input this resimulation.\n * YAxis = The Input Decay value from 0.0 to 1.0 (as a percentage where 1.0 = 100% decay) for the given Alpha." },
|
|
{ "XAxisName", "LerpAlpha" },
|
|
{ "YAxisName", "DecayValue" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent constinit property declarations
|
|
static void NewProp_bOverrideRedundantInputs_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRedundantInputs;
|
|
static void NewProp_bOverrideRedundantRemoteInputs_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRedundantRemoteInputs;
|
|
static void NewProp_bOverrideRedundantStates_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRedundantStates;
|
|
static void NewProp_bOverrideCompareStateToTriggerRewind_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCompareStateToTriggerRewind;
|
|
static void NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies;
|
|
static void NewProp_bOverrideCompareInputToTriggerRewind_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideCompareInputToTriggerRewind;
|
|
static void NewProp_bOverrideEnableUnreliableFlow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideEnableUnreliableFlow;
|
|
static void NewProp_bOverrideEnableReliableFlow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideEnableReliableFlow;
|
|
static void NewProp_bOverrideApplyDataInsteadOfMergeData_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideApplyDataInsteadOfMergeData;
|
|
static void NewProp_bOverrideAllowInputExtrapolation_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideAllowInputExtrapolation;
|
|
static void NewProp_bOverrideValidateDataOnGameThread_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideValidateDataOnGameThread;
|
|
static void NewProp_bOverrideApplySimProxyStateAtRuntime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideApplySimProxyStateAtRuntime;
|
|
static void NewProp_bOverrideApplySimProxyInputAtRuntime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideApplySimProxyInputAtRuntime;
|
|
static void NewProp_bOverrideTriggerResimOnInputReceive_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideTriggerResimOnInputReceive;
|
|
static void NewProp_bOverrideApplyInputDecayOverSetTime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideApplyInputDecayOverSetTime;
|
|
static void NewProp_bOverrideInputDecaySetTime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideInputDecaySetTime;
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_RedundantInputs;
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_RedundantRemoteInputs;
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_RedundantStates;
|
|
static void NewProp_bCompareStateToTriggerRewind_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCompareStateToTriggerRewind;
|
|
static void NewProp_bCompareStateToTriggerRewindIncludeSimProxies_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCompareStateToTriggerRewindIncludeSimProxies;
|
|
static void NewProp_bCompareInputToTriggerRewind_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCompareInputToTriggerRewind;
|
|
static void NewProp_bEnableUnreliableFlow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableUnreliableFlow;
|
|
static void NewProp_bEnableReliableFlow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableReliableFlow;
|
|
static void NewProp_bApplyDataInsteadOfMergeData_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyDataInsteadOfMergeData;
|
|
static void NewProp_bAllowInputExtrapolation_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowInputExtrapolation;
|
|
static void NewProp_bValidateDataOnGameThread_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bValidateDataOnGameThread;
|
|
static void NewProp_bApplySimProxyStateAtRuntime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplySimProxyStateAtRuntime;
|
|
static void NewProp_bApplySimProxyInputAtRuntime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplySimProxyInputAtRuntime;
|
|
static void NewProp_bTriggerResimOnInputReceive_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bTriggerResimOnInputReceive;
|
|
static void NewProp_bApplyInputDecayOverSetTime_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bApplyInputDecayOverSetTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InputDecaySetTime;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InputDecayCurve;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsNetworkPhysicsComponent>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent;
|
|
class UScriptStruct* FNetworkPhysicsSettingsNetworkPhysicsComponent::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsNetworkPhysicsComponent"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent Property Definitions
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantInputs_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideRedundantInputs = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantInputs = { "bOverrideRedundantInputs", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantInputs_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRedundantInputs_MetaData), NewProp_bOverrideRedundantInputs_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantRemoteInputs_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideRedundantRemoteInputs = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantRemoteInputs = { "bOverrideRedundantRemoteInputs", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantRemoteInputs_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRedundantRemoteInputs_MetaData), NewProp_bOverrideRedundantRemoteInputs_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantStates_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideRedundantStates = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantStates = { "bOverrideRedundantStates", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantStates_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRedundantStates_MetaData), NewProp_bOverrideRedundantStates_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareStateToTriggerRewind_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideCompareStateToTriggerRewind = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareStateToTriggerRewind = { "bOverrideCompareStateToTriggerRewind", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareStateToTriggerRewind_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCompareStateToTriggerRewind_MetaData), NewProp_bOverrideCompareStateToTriggerRewind_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverridebCompareStateToTriggerRewindIncludeSimProxies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies = { "bOverridebCompareStateToTriggerRewindIncludeSimProxies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_MetaData), NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareInputToTriggerRewind_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideCompareInputToTriggerRewind = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareInputToTriggerRewind = { "bOverrideCompareInputToTriggerRewind", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareInputToTriggerRewind_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideCompareInputToTriggerRewind_MetaData), NewProp_bOverrideCompareInputToTriggerRewind_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableUnreliableFlow_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideEnableUnreliableFlow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableUnreliableFlow = { "bOverrideEnableUnreliableFlow", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableUnreliableFlow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideEnableUnreliableFlow_MetaData), NewProp_bOverrideEnableUnreliableFlow_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableReliableFlow_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideEnableReliableFlow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableReliableFlow = { "bOverrideEnableReliableFlow", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableReliableFlow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideEnableReliableFlow_MetaData), NewProp_bOverrideEnableReliableFlow_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyDataInsteadOfMergeData_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideApplyDataInsteadOfMergeData = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyDataInsteadOfMergeData = { "bOverrideApplyDataInsteadOfMergeData", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyDataInsteadOfMergeData_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideApplyDataInsteadOfMergeData_MetaData), NewProp_bOverrideApplyDataInsteadOfMergeData_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideAllowInputExtrapolation_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideAllowInputExtrapolation = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideAllowInputExtrapolation = { "bOverrideAllowInputExtrapolation", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideAllowInputExtrapolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideAllowInputExtrapolation_MetaData), NewProp_bOverrideAllowInputExtrapolation_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideValidateDataOnGameThread_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideValidateDataOnGameThread = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideValidateDataOnGameThread = { "bOverrideValidateDataOnGameThread", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideValidateDataOnGameThread_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideValidateDataOnGameThread_MetaData), NewProp_bOverrideValidateDataOnGameThread_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyStateAtRuntime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideApplySimProxyStateAtRuntime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyStateAtRuntime = { "bOverrideApplySimProxyStateAtRuntime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyStateAtRuntime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideApplySimProxyStateAtRuntime_MetaData), NewProp_bOverrideApplySimProxyStateAtRuntime_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyInputAtRuntime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideApplySimProxyInputAtRuntime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyInputAtRuntime = { "bOverrideApplySimProxyInputAtRuntime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyInputAtRuntime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideApplySimProxyInputAtRuntime_MetaData), NewProp_bOverrideApplySimProxyInputAtRuntime_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideTriggerResimOnInputReceive_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideTriggerResimOnInputReceive = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideTriggerResimOnInputReceive = { "bOverrideTriggerResimOnInputReceive", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideTriggerResimOnInputReceive_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideTriggerResimOnInputReceive_MetaData), NewProp_bOverrideTriggerResimOnInputReceive_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyInputDecayOverSetTime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideApplyInputDecayOverSetTime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyInputDecayOverSetTime = { "bOverrideApplyInputDecayOverSetTime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyInputDecayOverSetTime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideApplyInputDecayOverSetTime_MetaData), NewProp_bOverrideApplyInputDecayOverSetTime_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideInputDecaySetTime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bOverrideInputDecaySetTime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideInputDecaySetTime = { "bOverrideInputDecaySetTime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideInputDecaySetTime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideInputDecaySetTime_MetaData), NewProp_bOverrideInputDecaySetTime_MetaData) };
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantInputs = { "RedundantInputs", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantInputs), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RedundantInputs_MetaData), NewProp_RedundantInputs_MetaData) };
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantRemoteInputs = { "RedundantRemoteInputs", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantRemoteInputs), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RedundantRemoteInputs_MetaData), NewProp_RedundantRemoteInputs_MetaData) };
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantStates = { "RedundantStates", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsNetworkPhysicsComponent, RedundantStates), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RedundantStates_MetaData), NewProp_RedundantStates_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewind_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bCompareStateToTriggerRewind = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewind = { "bCompareStateToTriggerRewind", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewind_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCompareStateToTriggerRewind_MetaData), NewProp_bCompareStateToTriggerRewind_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewindIncludeSimProxies_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bCompareStateToTriggerRewindIncludeSimProxies = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewindIncludeSimProxies = { "bCompareStateToTriggerRewindIncludeSimProxies", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewindIncludeSimProxies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCompareStateToTriggerRewindIncludeSimProxies_MetaData), NewProp_bCompareStateToTriggerRewindIncludeSimProxies_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareInputToTriggerRewind_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bCompareInputToTriggerRewind = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareInputToTriggerRewind = { "bCompareInputToTriggerRewind", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareInputToTriggerRewind_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCompareInputToTriggerRewind_MetaData), NewProp_bCompareInputToTriggerRewind_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableUnreliableFlow_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bEnableUnreliableFlow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableUnreliableFlow = { "bEnableUnreliableFlow", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableUnreliableFlow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableUnreliableFlow_MetaData), NewProp_bEnableUnreliableFlow_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableReliableFlow_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bEnableReliableFlow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableReliableFlow = { "bEnableReliableFlow", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableReliableFlow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableReliableFlow_MetaData), NewProp_bEnableReliableFlow_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyDataInsteadOfMergeData_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bApplyDataInsteadOfMergeData = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyDataInsteadOfMergeData = { "bApplyDataInsteadOfMergeData", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyDataInsteadOfMergeData_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyDataInsteadOfMergeData_MetaData), NewProp_bApplyDataInsteadOfMergeData_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bAllowInputExtrapolation_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bAllowInputExtrapolation = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bAllowInputExtrapolation = { "bAllowInputExtrapolation", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bAllowInputExtrapolation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowInputExtrapolation_MetaData), NewProp_bAllowInputExtrapolation_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bValidateDataOnGameThread_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bValidateDataOnGameThread = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bValidateDataOnGameThread = { "bValidateDataOnGameThread", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bValidateDataOnGameThread_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bValidateDataOnGameThread_MetaData), NewProp_bValidateDataOnGameThread_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyStateAtRuntime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bApplySimProxyStateAtRuntime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyStateAtRuntime = { "bApplySimProxyStateAtRuntime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyStateAtRuntime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplySimProxyStateAtRuntime_MetaData), NewProp_bApplySimProxyStateAtRuntime_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyInputAtRuntime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bApplySimProxyInputAtRuntime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyInputAtRuntime = { "bApplySimProxyInputAtRuntime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyInputAtRuntime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplySimProxyInputAtRuntime_MetaData), NewProp_bApplySimProxyInputAtRuntime_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bTriggerResimOnInputReceive_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bTriggerResimOnInputReceive = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bTriggerResimOnInputReceive = { "bTriggerResimOnInputReceive", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bTriggerResimOnInputReceive_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTriggerResimOnInputReceive_MetaData), NewProp_bTriggerResimOnInputReceive_MetaData) };
|
|
void Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyInputDecayOverSetTime_SetBit(void* Obj)
|
|
{
|
|
((FNetworkPhysicsSettingsNetworkPhysicsComponent*)Obj)->bApplyInputDecayOverSetTime = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyInputDecayOverSetTime = { "bApplyInputDecayOverSetTime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), &Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyInputDecayOverSetTime_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bApplyInputDecayOverSetTime_MetaData), NewProp_bApplyInputDecayOverSetTime_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_InputDecaySetTime = { "InputDecaySetTime", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsNetworkPhysicsComponent, InputDecaySetTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputDecaySetTime_MetaData), NewProp_InputDecaySetTime_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_InputDecayCurve = { "InputDecayCurve", nullptr, (EPropertyFlags)0x0010000000014001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsNetworkPhysicsComponent, InputDecayCurve), Z_Construct_UScriptStruct_FRuntimeFloatCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputDecayCurve_MetaData), NewProp_InputDecayCurve_MetaData) }; // 2560417949
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantInputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantRemoteInputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideRedundantStates,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareStateToTriggerRewind,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverridebCompareStateToTriggerRewindIncludeSimProxies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideCompareInputToTriggerRewind,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableUnreliableFlow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideEnableReliableFlow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyDataInsteadOfMergeData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideAllowInputExtrapolation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideValidateDataOnGameThread,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyStateAtRuntime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplySimProxyInputAtRuntime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideTriggerResimOnInputReceive,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideApplyInputDecayOverSetTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bOverrideInputDecaySetTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantInputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantRemoteInputs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_RedundantStates,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewind,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareStateToTriggerRewindIncludeSimProxies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bCompareInputToTriggerRewind,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableUnreliableFlow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bEnableReliableFlow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyDataInsteadOfMergeData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bAllowInputExtrapolation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bValidateDataOnGameThread,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyStateAtRuntime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplySimProxyInputAtRuntime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bTriggerResimOnInputReceive,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_bApplyInputDecayOverSetTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_InputDecaySetTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewProp_InputDecayCurve,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent Property Definitions *
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsNetworkPhysicsComponent",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent),
|
|
alignof(FNetworkPhysicsSettingsNetworkPhysicsComponent),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsNetworkPhysicsComponent **********************
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsData ***************************************
|
|
struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNetworkPhysicsSettingsData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNetworkPhysicsSettingsData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/*\nUSTRUCT()\nstruct FNetworkPhysicsSettingsRewindData\n{\n\x09GENERATED_BODY()\n};\n\nUSTRUCT()\nstruct FNetworkPhysicsSettingsRenderInterpolation\n{\n\x09GENERATED_BODY()\n};\n*/" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "USTRUCT()\nstruct FNetworkPhysicsSettingsRewindData\n{\n GENERATED_BODY()\n};\n\nUSTRUCT()\nstruct FNetworkPhysicsSettingsRenderInterpolation\n{\n GENERATED_BODY()\n};" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeneralSettings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultReplicationSettings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PredictiveInterpolationSettings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationSettings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NetworkPhysicsComponentSettings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsData constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GeneralSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultReplicationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PredictiveInterpolationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ResimulationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NetworkPhysicsComponentSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsData constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNetworkPhysicsSettingsData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData;
|
|
class UScriptStruct* FNetworkPhysicsSettingsData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NetworkPhysicsSettingsData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FNetworkPhysicsSettingsData Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_GeneralSettings = { "GeneralSettings", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsData, GeneralSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeneralSettings_MetaData), NewProp_GeneralSettings_MetaData) }; // 2861492300
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_DefaultReplicationSettings = { "DefaultReplicationSettings", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsData, DefaultReplicationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultReplicationSettings_MetaData), NewProp_DefaultReplicationSettings_MetaData) }; // 573703915
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_PredictiveInterpolationSettings = { "PredictiveInterpolationSettings", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsData, PredictiveInterpolationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PredictiveInterpolationSettings_MetaData), NewProp_PredictiveInterpolationSettings_MetaData) }; // 1354572960
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_ResimulationSettings = { "ResimulationSettings", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsData, ResimulationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationSettings_MetaData), NewProp_ResimulationSettings_MetaData) }; // 91951613
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_NetworkPhysicsComponentSettings = { "NetworkPhysicsComponentSettings", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNetworkPhysicsSettingsData, NetworkPhysicsComponentSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NetworkPhysicsComponentSettings_MetaData), NewProp_NetworkPhysicsComponentSettings_MetaData) }; // 174724481
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_GeneralSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_DefaultReplicationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_PredictiveInterpolationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_ResimulationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewProp_NetworkPhysicsComponentSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsData Property Definitions ********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"NetworkPhysicsSettingsData",
|
|
Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::PropPointers),
|
|
sizeof(FNetworkPhysicsSettingsData),
|
|
alignof(FNetworkPhysicsSettingsData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.InnerSingleton, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FNetworkPhysicsSettingsData *****************************************
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsDataAsset *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset;
|
|
UClass* UNetworkPhysicsSettingsDataAsset::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNetworkPhysicsSettingsDataAsset;
|
|
if (!Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NetworkPhysicsSettingsDataAsset"),
|
|
Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.InnerSingleton,
|
|
StaticRegisterNativesUNetworkPhysicsSettingsDataAsset,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_NoRegister()
|
|
{
|
|
return UNetworkPhysicsSettingsDataAsset::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "IncludePath", "Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "Comment", "/** Game Thread Settings*/// Network Physics Settings\n" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Game Thread Settings// Network Physics Settings" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsDataAsset constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UNetworkPhysicsSettingsDataAsset constinit property declarations ***********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNetworkPhysicsSettingsDataAsset>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsDataAsset Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0040000000010001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsDataAsset, Settings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 285333647
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Class UNetworkPhysicsSettingsDataAsset Property Definitions **********************
|
|
UObject* (*const Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDataAsset,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::ClassParams = {
|
|
&UNetworkPhysicsSettingsDataAsset::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::PropPointers),
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNetworkPhysicsSettingsDataAsset::StaticRegisterNativesUNetworkPhysicsSettingsDataAsset()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.OuterSingleton, Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset.OuterSingleton;
|
|
}
|
|
UNetworkPhysicsSettingsDataAsset::UNetworkPhysicsSettingsDataAsset(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNetworkPhysicsSettingsDataAsset);
|
|
UNetworkPhysicsSettingsDataAsset::~UNetworkPhysicsSettingsDataAsset() {}
|
|
// ********** End Class UNetworkPhysicsSettingsDataAsset *******************************************
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsComponent Function OnComponentPhysicsStateChanged *
|
|
struct Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics
|
|
{
|
|
struct NetworkPhysicsSettingsComponent_eventOnComponentPhysicsStateChanged_Parms
|
|
{
|
|
UPrimitiveComponent* ChangedComponent;
|
|
EComponentPhysicsStateChange StateChange;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChangedComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function OnComponentPhysicsStateChanged constinit property declarations ********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ChangedComponent;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_StateChange_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_StateChange;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function OnComponentPhysicsStateChanged constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function OnComponentPhysicsStateChanged Property Definitions *******************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_ChangedComponent = { "ChangedComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NetworkPhysicsSettingsComponent_eventOnComponentPhysicsStateChanged_Parms, ChangedComponent), Z_Construct_UClass_UPrimitiveComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChangedComponent_MetaData), NewProp_ChangedComponent_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_StateChange_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_StateChange = { "StateChange", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NetworkPhysicsSettingsComponent_eventOnComponentPhysicsStateChanged_Parms, StateChange), Z_Construct_UEnum_Engine_EComponentPhysicsStateChange, METADATA_PARAMS(0, nullptr) }; // 3924075519
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_ChangedComponent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_StateChange_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NewProp_StateChange,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::PropPointers) < 2048);
|
|
// ********** End Function OnComponentPhysicsStateChanged Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNetworkPhysicsSettingsComponent, nullptr, "OnComponentPhysicsStateChanged", Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NetworkPhysicsSettingsComponent_eventOnComponentPhysicsStateChanged_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00040401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::NetworkPhysicsSettingsComponent_eventOnComponentPhysicsStateChanged_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UNetworkPhysicsSettingsComponent::execOnComponentPhysicsStateChanged)
|
|
{
|
|
P_GET_OBJECT(UPrimitiveComponent,Z_Param_ChangedComponent);
|
|
P_GET_ENUM(EComponentPhysicsStateChange,Z_Param_StateChange);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->OnComponentPhysicsStateChanged(Z_Param_ChangedComponent,EComponentPhysicsStateChange(Z_Param_StateChange));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UNetworkPhysicsSettingsComponent Function OnComponentPhysicsStateChanged ***
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsComponent *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent;
|
|
UClass* UNetworkPhysicsSettingsComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNetworkPhysicsSettingsComponent;
|
|
if (!Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NetworkPhysicsSettingsComponent"),
|
|
Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.InnerSingleton,
|
|
StaticRegisterNativesUNetworkPhysicsSettingsComponent,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNetworkPhysicsSettingsComponent_NoRegister()
|
|
{
|
|
return UNetworkPhysicsSettingsComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintSpawnableComponent", "" },
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/** Settings Component for network replicated physics actors\n* Overrides default settings, CVar settings and project settings. */" },
|
|
{ "IncludePath", "Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
{ "ToolTip", "Settings Component for network replicated physics actors\nOverrides default settings, CVar settings and project settings." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SettingsDataAsset_MetaData[] = {
|
|
{ "Category", "Networked Physics Settings" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeneralSettings_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Deprecated, create a DataAsset of UNetworkPhysicsSettingsDataAsset type and reference that in the UNetworkPhysicsSettingsComponent instead" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultReplicationSettings_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Deprecated, create a DataAsset of UNetworkPhysicsSettingsDataAsset type and reference that in the UNetworkPhysicsSettingsComponent instead" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PredictiveInterpolationSettings_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Deprecated, create a DataAsset of UNetworkPhysicsSettingsDataAsset type and reference that in the UNetworkPhysicsSettingsComponent instead" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResimulationSettings_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Deprecated, create a DataAsset of UNetworkPhysicsSettingsDataAsset type and reference that in the UNetworkPhysicsSettingsComponent instead" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NetworkPhysicsComponentSettings_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Deprecated, create a DataAsset of UNetworkPhysicsSettingsDataAsset type and reference that in the UNetworkPhysicsSettingsComponent instead" },
|
|
{ "ModuleRelativePath", "Public/Physics/NetworkPhysicsSettingsComponent.h" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsComponent constinit property declarations *********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SettingsDataAsset;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GeneralSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultReplicationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PredictiveInterpolationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ResimulationSettings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NetworkPhysicsComponentSettings;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UNetworkPhysicsSettingsComponent constinit property declarations ***********
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("OnComponentPhysicsStateChanged"), .Pointer = &UNetworkPhysicsSettingsComponent::execOnComponentPhysicsStateChanged },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UNetworkPhysicsSettingsComponent_OnComponentPhysicsStateChanged, "OnComponentPhysicsStateChanged" }, // 4075245283
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNetworkPhysicsSettingsComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics
|
|
|
|
// ********** Begin Class UNetworkPhysicsSettingsComponent Property Definitions ********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_SettingsDataAsset = { "SettingsDataAsset", nullptr, (EPropertyFlags)0x0114000000010015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, SettingsDataAsset), Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SettingsDataAsset_MetaData), NewProp_SettingsDataAsset_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_GeneralSettings = { "GeneralSettings", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, GeneralSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeneralSettings_MetaData), NewProp_GeneralSettings_MetaData) }; // 2861492300
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_DefaultReplicationSettings = { "DefaultReplicationSettings", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, DefaultReplicationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultReplicationSettings_MetaData), NewProp_DefaultReplicationSettings_MetaData) }; // 573703915
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_PredictiveInterpolationSettings = { "PredictiveInterpolationSettings", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, PredictiveInterpolationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PredictiveInterpolationSettings_MetaData), NewProp_PredictiveInterpolationSettings_MetaData) }; // 1354572960
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_ResimulationSettings = { "ResimulationSettings", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, ResimulationSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResimulationSettings_MetaData), NewProp_ResimulationSettings_MetaData) }; // 91951613
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_NetworkPhysicsComponentSettings = { "NetworkPhysicsComponentSettings", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNetworkPhysicsSettingsComponent, NetworkPhysicsComponentSettings), Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NetworkPhysicsComponentSettings_MetaData), NewProp_NetworkPhysicsComponentSettings_MetaData) }; // 174724481
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_SettingsDataAsset,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_GeneralSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_DefaultReplicationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_PredictiveInterpolationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_ResimulationSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::NewProp_NetworkPhysicsComponentSettings,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UNetworkPhysicsSettingsComponent Property Definitions **********************
|
|
UObject* (*const Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UActorComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::ClassParams = {
|
|
&UNetworkPhysicsSettingsComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::PropPointers),
|
|
0,
|
|
0x00A800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNetworkPhysicsSettingsComponent::StaticRegisterNativesUNetworkPhysicsSettingsComponent()
|
|
{
|
|
UClass* Class = UNetworkPhysicsSettingsComponent::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UNetworkPhysicsSettingsComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.OuterSingleton, Z_Construct_UClass_UNetworkPhysicsSettingsComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNetworkPhysicsSettingsComponent);
|
|
// ********** End Class UNetworkPhysicsSettingsComponent *******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FNetworkPhysicsSettings::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettings_Statics::NewStructOps, TEXT("NetworkPhysicsSettings"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettings), 2861492300U) },
|
|
{ FNetworkPhysicsSettingsDefaultReplication::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsDefaultReplication"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsDefaultReplication, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsDefaultReplication), 573703915U) },
|
|
{ FNetworkPhysicsSettingsPredictiveInterpolation::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsPredictiveInterpolation"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsPredictiveInterpolation, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsPredictiveInterpolation), 1354572960U) },
|
|
{ FNetworkPhysicsSettingsResimulationErrorCorrection::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsResimulationErrorCorrection"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulationErrorCorrection, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsResimulationErrorCorrection), 2655323531U) },
|
|
{ FNetworkPhysicsSettingsResimulation::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsResimulation_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsResimulation"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsResimulation, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsResimulation), 91951613U) },
|
|
{ FNetworkPhysicsSettingsNetworkPhysicsComponent::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsNetworkPhysicsComponent"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsNetworkPhysicsComponent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsNetworkPhysicsComponent), 174724481U) },
|
|
{ FNetworkPhysicsSettingsData::StaticStruct, Z_Construct_UScriptStruct_FNetworkPhysicsSettingsData_Statics::NewStructOps, TEXT("NetworkPhysicsSettingsData"),&Z_Registration_Info_UScriptStruct_FNetworkPhysicsSettingsData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNetworkPhysicsSettingsData), 285333647U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UNetworkPhysicsSettingsDataAsset, UNetworkPhysicsSettingsDataAsset::StaticClass, TEXT("UNetworkPhysicsSettingsDataAsset"), &Z_Registration_Info_UClass_UNetworkPhysicsSettingsDataAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNetworkPhysicsSettingsDataAsset), 1826499904U) },
|
|
{ Z_Construct_UClass_UNetworkPhysicsSettingsComponent, UNetworkPhysicsSettingsComponent::StaticClass, TEXT("UNetworkPhysicsSettingsComponent"), &Z_Registration_Info_UClass_UNetworkPhysicsSettingsComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNetworkPhysicsSettingsComponent), 1452427430U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_3427543977{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Physics_NetworkPhysicsSettingsComponent_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|