Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FSegmentMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSegmentMesh () |
Chaos/SegmentMesh.h | ||
FSegmentMesh
(
TArray< TVec2< int32 > >&& Elements |
Chaos/SegmentMesh.h | ||
FSegmentMesh
(
const FSegmentMesh& Other |
Chaos/SegmentMesh.h | ||
FSegmentMesh
(
FSegmentMesh&& Other |
Chaos/SegmentMesh.h |
FSegmentMesh()
| Name | FSegmentMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SegmentMesh.h |
| Include Path | #include "Chaos/SegmentMesh.h" |
FSegmentMesh()
FSegmentMesh(TArray< TVec2< int32 > > &&)
| Name | FSegmentMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SegmentMesh.h |
| Include Path | #include "Chaos/SegmentMesh.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/SegmentMesh.cpp |
FSegmentMesh
(
TArray < TVec2< int32 > > && Elements
)
FSegmentMesh(const FSegmentMesh &)
| Name | FSegmentMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SegmentMesh.h |
| Include Path | #include "Chaos/SegmentMesh.h" |
FSegmentMesh
(
const FSegmentMesh & Other
)
FSegmentMesh(FSegmentMesh &&)
| Name | FSegmentMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SegmentMesh.h |
| Include Path | #include "Chaos/SegmentMesh.h" |
FSegmentMesh
(
FSegmentMesh && Other
)