DefinitionWriter::setMeshName

Name of the specified mesh.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h

Include

#include "dna/layers/DefinitionWriter.h"

Syntax

void setMeshName
(
    std::uint16_t index,
    const char * name
)

Remarks

Name of the specified mesh.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of mesh names. @note The mesh name storage will be implicitly resized (if needed) to provide storage for the number of names that is inferred from the specified index.

name

A null-terminated string. @note The passed in name is copied, which will involve an additional allocation.

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