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
"
4
#include "
UObject/ObjectMacros.h
"
5
#include "SoftsSimulationSpace.generated.h"
6
7
UENUM
()
8
enum
struct
EChaosSoftsSimulationSpace
:
uint8
9
{
10
// World space
11
WorldSpace
= 0,
12
13
// Component space
14
ComponentSpace
,
15
16
// Top level bone for each cloth.
17
ReferenceBoneSpace
,
18
};
19
20
UENUM
()
21
enum
struct
EChaosSoftsLocalDampingSpace
:
uint8
22
{
23
// Calculated CoM (expensive)
24
CenterOfMass
= 0,
25
26
// Top level bone for each cloth.
27
ReferenceBoneSpace
,
28
29
};
Platform.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ObjectMacros.h
UENUM
#define UENUM(...)
Definition
ObjectMacros.h:749
EChaosSoftsSimulationSpace
EChaosSoftsSimulationSpace
Definition
SoftsSimulationSpace.h:9
EChaosSoftsSimulationSpace::ComponentSpace
@ ComponentSpace
EChaosSoftsSimulationSpace::WorldSpace
@ WorldSpace
EChaosSoftsSimulationSpace::ReferenceBoneSpace
@ ReferenceBoneSpace
EChaosSoftsLocalDampingSpace
EChaosSoftsLocalDampingSpace
Definition
SoftsSimulationSpace.h:22
EChaosSoftsLocalDampingSpace::CenterOfMass
@ CenterOfMass
uint8
uint8_t uint8
Definition
binka_ue_file_header.h:8
Engine
Source
Runtime
Experimental
Chaos
Public
Chaos
SoftsSimulationSpace.h
Generated by
1.9.8