UMaterialInterface::FindTextureStreamingDataIndexRange

Find entries within TextureStreamingData that match the given name.

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

bool FindTextureStreamingDataIndexRange
(
    FName TextureName,
    int32 & LowerIndex,
    int32 & HigherIndex
) const

Remarks

Find entries within TextureStreamingData that match the given name.

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