TCustomBoneIndexArray

Windows
MacOS
Linux

Inheritance Hierarchy

TArray

TCustomBoneIndexArray

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CustomBoneIndexArray.h

Include

#include "CustomBoneIndexArray.h"

Syntax

template<typename ArrayType, typename BoneIndexType>
class TCustomBoneIndexArray : public TArray< ArrayType >

Operators

Name Description

Public function

ArrayType &

 

operator[]

(
    int32 BoneIndex
)

Public function Const

const ArrayT...

 

operator[]

(
    int32 BoneIndex
)

Public function

ArrayType &

 

operator[]

(
    const BoneIndexType& BoneIndex
)

Public function Const

const ArrayT...

 

operator[]

(
    const BoneIndexType& BoneIndex
)

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