Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshLocalParam
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGraphNode * GetNodeForPointSetID
(
int32 PointSetID |
Parameterization/MeshLocalParam.h | ||
FGraphNode * GetNodeForPointSetID
(
int32 PointSetID, |
Parameterization/MeshLocalParam.h |
GetNodeForPointSetID(int32)
| Name | GetNodeForPointSetID |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshLocalParam.h |
| Include Path | #include "Parameterization/MeshLocalParam.h" |
const FGraphNode * GetNodeForPointSetID
(
int32 PointSetID
) const
GetNodeForPointSetID(int32, bool)
| Name | GetNodeForPointSetID |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshLocalParam.h |
| Include Path | #include "Parameterization/MeshLocalParam.h" |
FGraphNode * GetNodeForPointSetID
(
int32 PointSetID,
bool bCreateIfMissing
)