Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMorphTarget
Description
Returns an iterator that runs over vertices, either the raw delta form or the cooked compressed form. Use this function at runtime to avoid the overhead of keeping the uncompressed raw deltas in memory.
| Name | GetDeltaIteratorForLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MorphTarget.h |
| Include Path | #include "Animation/MorphTarget.h" |
| Source | /Engine/Source/Runtime/Engine/Private/MorphTarget.cpp |
virtual FMorphTargetDeltaIterator GetDeltaIteratorForLOD
(
int32 LODIndex
) const