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"
11#include "PhysicsSettingsEnums.generated.h"
12
13UENUM()
15{
16 enum Type : int
17 {
19 Average = 0,
21 Min = 1,
25 Max = 3
26 };
27}
#define UENUM(...)
Definition ObjectMacros.h:749
Definition PhysicsSettingsEnums.h:15
Type
Definition PhysicsSettingsEnums.h:17