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