ITargetPlatform::ShouldExpandTo32Bit

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

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::ShouldExpandTo32Bit()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
bool ShouldExpandTo32Bit
(
    const uint16 * Indices,
    const int32 NumIndices
) const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library