FIndexArrayView::FIndexArrayView

Initialization constructor.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "RawIndexBuffer.h"

Syntax

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

Remarks

Initialization constructor.

Parameters

Parameter

Description

InIndexData

A pointer to untyped index data.

InNumIndices

The number of indices stored in the untyped index data.

bIn32Bit

True if the data is stored as an array of uint32, false for uint16.

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