TDynamicMeshTriangleAttribute::CopyIn

Generic function to copy data in to an attribute; it's up to the derived class to map RawID to chunks of attribute data

Windows
MacOS
Linux

Override Hierarchy

TDynamicAttributeBase::CopyIn()

TDynamicMeshTriangleAttribute::CopyIn()

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMeshTriangleAttribute.h

Include

#include "DynamicMeshTriangleAttribute.h"

Syntax

virtual bool CopyIn
(
    int RawID,
    void * Buffer,
    int BufferSize
)

Remarks

Generic function to copy data in to an attribute; it's up to the derived class to map RawID to chunks of attribute data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss