Navigation
Unreal Engine C++ API Reference > Runtime > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
Include | #include "BoneContainer.h" |
Syntax
struct FCompactPoseBoneIndexIterator
Remarks
Iterator for compact pose indices
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | Index |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FCompactPoseBoneIndexIterator
(
int32 InIndex |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
bool | operator!=
(
FCompactPoseBoneIndexIterator& Rhs |
|
![]() ![]() |
FCompactPoseBoneIndex | operator* () |
|
![]() |
FCompactPoseBoneIndexIterator & | operator++ () |
|
![]() |
bool | operator==
(
FCompactPoseBoneIndexIterator& Rhs |