FBoneIndexWithOperators

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AnimationCore

Header

/Engine/Source/Runtime/AnimationCore/Public/BoneIndices.h

Include

#include "BoneIndices.h"

Syntax

template<class RealBoneIndexType>
struct FBoneIndexWithOperators : public FBoneIndexBase

Operators

Name Description

Public function

RealBoneInde...

 

operator--()

Public function Const

bool

 

operator!=

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator!=

(
    const int32 Rhs
)

Public function

RealBoneInde...

 

operator++()

Public function Const

bool

 

operator<

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator<

(
    const int32 Rhs
)

Public function Const

bool

 

operator<=

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator<=

(
    const int32 Rhs
)

Public function

const RealBo...

 

operator=

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator==

(
    const RealBoneIndexType& Rhs
)

BoneIndexType.

Public function Const

bool

 

operator==

(
    const int32 Rhs
)

FBoneIndexType.

Public function Const

bool

 

operator>

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator>

(
    const int32 Rhs
)

Public function Const

bool

 

operator>=

(
    const RealBoneIndexType& Rhs
)

Public function Const

bool

 

operator>=

(
    const int32 Rhs
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss