Go to the source code of this file.
◆ UE_BONE_INDEX_COMPARE_OPERATORS
Value:
int32 GetIntFromComp(const int32 InComp)
Definition BoneIndices.h:30
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
bool operator<(const FTextFormatString &LHS, const FTextFormatString &RHS)
Definition ITextFormatArgumentModifier.h:147
UE_REWRITE constexpr bool operator>(const LhsType &Lhs, const RhsType &Rhs)
Definition UEOps.h:90
UE_REWRITE constexpr bool operator<=(const LhsType &Lhs, const RhsType &Rhs)
Definition UEOps.h:118
UE_REWRITE constexpr bool operator>=(const LhsType &Lhs, const RhsType &Rhs)
Definition UEOps.h:104
◆ UE_BONE_INDEX_COMPARE_OPERATORS_INVERTED
◆ UE_BONE_INDEX_OPERATORS
| #define UE_BONE_INDEX_OPERATORS |
( |
|
Type | ) |
|
Value:
Type& operator++() { ++BoneIndex;
return *
this; } \
Type& operator--() { --BoneIndex; return *this; } \
Type& operator=(
const Type& Rhs) { BoneIndex =
Rhs.BoneIndex;
return *
this; }
#define UE_BONE_INDEX_COMPARE_OPERATORS(LhsType, RhsType)
Definition BoneIndices.h:40
Type
Definition PawnAction_Move.h:11
FORCEINLINE UE_STRING_CLASS RhsType && Rhs
Definition String.cpp.inl:718
◆ FBoneIndexType
◆ GetIntFromComp() [1/2]
◆ GetIntFromComp() [2/2]