Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/TDynamicPointSet3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicPointSet3.h |
| Include | #include "DynamicMesh/DynamicPointSet3.h" |
void SetExternallyManagedAttributes
(
TDynamicAttributeSetBase < TDynamicPointSet3 < RealType > > * AttributeSet
)
Remarks
Attribute Set Support. At the level of this class, we do not have a specific attribute set. Clients can provide a pointer to their attribute set so that functions like AppendVertex() or DeleteVertex() will work.