Navigation
API > API/Runtime > API/Runtime/Chaos
Copyright Epic Games, Inc. All Rights Reserved.
| Name | EChaosSoftsSimulationSpace |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsSimulationSpace.h |
| Include Path | #include "Chaos/SoftsSimulationSpace.h" |
Syntax
enum EChaosSoftsSimulationSpace
{
WorldSpace = 0,
ComponentSpace,
ReferenceBoneSpace,
}
Values
| Name | Remarks |
|---|---|
| WorldSpace | World space. |
| ComponentSpace | Component space. |
| ReferenceBoneSpace | Top level bone for each cloth. |