Navigation
API > API/Runtime > API/Runtime/Engine
Description
Sets the internal Animation Codec Interface Links within an Animation Sequence
Sets the internal Animation Codec Interface Links within an Animation CompressedDatauence
| Name | AnimationFormat_SetInterfaceLinks |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include Path | #include "AnimEncoding.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp |
template<typename CompressedDataType>
void AnimationFormat_SetInterfaceLinks
(
CompressedDataType & CompressedData
)
Parameters
| Name | Remarks |
|---|---|
| Seq | An Animation Sequence to setup links within. |
| Seq | An Animation Sequence to setup links within. |