ITargetPlatform::ShouldExpandTo32Bit

Returns wheter or not this 16bit index buffer should be promoted to 32bit

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::ShouldExpandTo32Bit()

FTargetPlatformBase::ShouldExpandTo32Bit()

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool ShouldExpandTo32Bit
(
    const uint16 * Indices,
    const int32 NumIndices
) const

Remarks

Returns wheter or not this 16bit index buffer should be promoted to 32bit

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