FIndexArrayView

An array view in to a static index buffer.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h

Include

#include "RawIndexBuffer.h"

Syntax

class FIndexArrayView

Remarks

An array view in to a static index buffer. Allows access to the underlying indices regardless of their type without a copy.

Constructors

Name Description

Public function

FIndexArrayView()

Default constructor.

Public function

FIndexArrayView

(
    const void* InIndexData,
    int32 InNumIndices,
    bool bIn32Bit
)

Initialization constructor.

Functions

Name Description

Public function Const

int32

 

Num()

Operators

Name Description

Public function

uint32

 

operator[]

(
    int32 i
)

Common array access semantics.

Public function Const

uint32

 

operator[]

(
    int32 i
)

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