UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoftsSimulationSpace.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3#include "HAL/Platform.h"
5#include "SoftsSimulationSpace.generated.h"
6
7UENUM()
9{
10 // World space
11 WorldSpace = 0,
12
13 // Component space
15
16 // Top level bone for each cloth.
18};
19
20UENUM()
22{
23 // Calculated CoM (expensive)
24 CenterOfMass = 0,
25
26 // Top level bone for each cloth.
28
29};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UENUM(...)
Definition ObjectMacros.h:749
EChaosSoftsSimulationSpace
Definition SoftsSimulationSpace.h:9
EChaosSoftsLocalDampingSpace
Definition SoftsSimulationSpace.h:22
uint8_t uint8
Definition binka_ue_file_header.h:8