Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicPointSet3
Description
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.
| Name | SetExternallyManagedAttributes |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicPointSet3.h |
| Include Path | #include "DynamicMesh/DynamicPointSet3.h" |
void SetExternallyManagedAttributes
(
TDynamicAttributeSetBase < TDynamicPointSet3 < RealType > > * AttributeSet
)