UMaterialInterface::SortTextureStreamingData

Sort the texture streaming data by names to accelerate search. Only sorts if required.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h

Include

#include "Materials/MaterialInterface.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp

Syntax

void SortTextureStreamingData
(
    bool bForceSort,
    bool bFinalSort
)

Remarks

Sort the texture streaming data by names to accelerate search. Only sorts if required.

Parameters

Parameter

Description

bForceSort

If true, force the operation even though the data might be already sorted.

bFinalSort

If true, the means there won't be any other sort after. This allows to remove null entries (platform dependent).

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