Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicMeshNormalOverlay * GetNormalLayer
(
int Index |
DynamicMesh/DynamicMeshAttributeSet.h | ||
const FDynamicMeshNormalOverlay * GetNormalLayer
(
int Index |
DynamicMesh/DynamicMeshAttributeSet.h |
GetNormalLayer(int)
| Name | GetNormalLayer |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
FDynamicMeshNormalOverlay * GetNormalLayer
(
int Index
)
the Normal layer at the given Index if exists, else nullptr
GetNormalLayer(int)
| Name | GetNormalLayer |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
const FDynamicMeshNormalOverlay * GetNormalLayer
(
int Index
) const
the Normal layer at the given Index if exists, else nullptr