DefinitionWriter::setAnimatedMapName

Name of the specified animated map.

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 setAnimatedMapName
(
    std::uint16_t index,
    const char * name
)

Remarks

Name of the specified animated map.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of animated map names. @note The animated map 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.

See Also

AnimatedMaps

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