GetExpectedFeatureLevelMaxTextureSamplers

Return what the expected number of samplers will be supported by a feature level Note that since the Feature Level is pretty orthogonal to the RHI/HW, this is not going to be perfect If should only be used for a guess at the limit, the real limit will not be known until runtime

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h

Include

#include "RHIDefinitions.h"

Syntax

uint32 GetExpectedFeatureLevelMaxTextureSamplers
(
    const FStaticFeatureLevel FeatureLevel
)

Remarks

Return what the expected number of samplers will be supported by a feature level Note that since the Feature Level is pretty orthogonal to the RHI/HW, this is not going to be perfect If should only be used for a guess at the limit, the real limit will not be known until runtime

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