UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PhysicsSettingsEnums.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
/*=============================================================================
4
PhysicsSettingsEnums.h: Declares the PhysicsSettings enums
5
=============================================================================*/
6
7
#pragma once
8
9
#include "
CoreMinimal.h
"
10
#include "
UObject/ObjectMacros.h
"
11
#include "PhysicsSettingsEnums.generated.h"
12
13
UENUM
()
14
namespace
EFrictionCombineMode
15
{
16
enum
Type
:
int
17
{
19
Average
= 0,
21
Min
= 1,
23
Multiply
= 2,
25
Max
= 3
26
};
27
}
ESoundwaveSampleRateSettings::Min
@ Min
ESubmixEffectDynamicsChannelLinkMode::Average
@ Average
CoreMinimal.h
EDatasmithCompMode::Multiply
@ Multiply
EMetalBufferFormat::Max
@ Max
ObjectMacros.h
UENUM
#define UENUM(...)
Definition
ObjectMacros.h:749
EFrictionCombineMode
Definition
PhysicsSettingsEnums.h:15
EFrictionCombineMode::Type
Type
Definition
PhysicsSettingsEnums.h:17
Engine
Source
Runtime
PhysicsCore
Public
PhysicsSettingsEnums.h
Generated by
1.9.8