Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FMorphTargetDeltaIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MorphTarget.h |
| Include Path | #include "Animation/MorphTarget.h" |
Syntax
class FMorphTargetDeltaIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/MorphTarget.h | |||
| Animation/MorphTarget.h | |||
| Animation/MorphTarget.h | |||
FMorphTargetDeltaIterator
(
TConstArrayView< FMorphTargetDelta > InRawDeltas |
Animation/MorphTarget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidToken | uint64 | Animation/MorphTarget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentDelta | FMorphTargetDelta | Animation/MorphTarget.h | ||
| RawDeltas | TConstArrayView< FMorphTargetDelta > | Animation/MorphTarget.h | ||
| Token | uint64 | Animation/MorphTarget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AtEnd() |
Animation/MorphTarget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMorphTargetDelta & operator*() |
Support the minimal functionality required for a ranged-for. | Animation/MorphTarget.h | |
FMorphTargetDeltaIterator & operator++() |
Animation/MorphTarget.h | ||
FMorphTargetDeltaIterator & operator=
(
const FMorphTargetDeltaIterator& |
Animation/MorphTarget.h | ||
const FMorphTargetDelta * operator->() |
Animation/MorphTarget.h |