TDynamicMeshTriangleAttribute::CopyOut

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

Windows
MacOS
Linux

Override Hierarchy

TDynamicAttributeBase::CopyOut()

TDynamicMeshTriangleAttribute::CopyOut()

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMeshTriangleAttribute.h"

Syntax

virtual bool CopyOut
(
    int RawID,
    void * Buffer,
    int BufferSize
) const

Remarks

Generic function to copy data out of 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