Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionWriter
Description
Set which animated maps belong to which level of detail.
| Name | setLODAnimatedMapMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionWriter.h |
| Include Path | #include "dna/layers/DefinitionWriter.h" |
void setLODAnimatedMapMapping
(
std::uint16_t lod,
std::uint16_t index
)
Parameters
| Name | Remarks |
|---|---|
| lod | The actual level of detail to which the animated maps are being associated. |
| index | The index onto which animated map indices were assigned using setAnimatedMapIndices. |