Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshDeformerHelpers
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SkeletalMeshDeformerHelpers.h |
| Include | #include "SkeletalMeshDeformerHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMeshDeformerHelpers.cpp |
static FRDGBuffer &42; AllocateVertexFactoryTangentBuffer
&40;
FRDGBuilder & GraphBuilder,
FSkeletalMeshObject &42; InMeshObject,
int32 InLodIndex,
TCHAR const &42; InBufferName
&41;
Remarks
Allocate and bind a new tangent buffer and return it for writing. Ownership is handled by the MeshObject. If we call this more than once for the same MeshObject in the same frame then we return the allocation from the first call.