USkinnedMeshComponent::GetMaterialStreamingData

Get the material info for texture streaming. Return whether the data is valid or not.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMeshComponent::GetMaterialStreamingData()

USkinnedMeshComponent::GetMaterialStreamingData()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h

Include

#include "Components/SkinnedMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp

Syntax

virtual bool GetMaterialStreamingData
(
    int32 MaterialIndex,
    FPrimitiveMaterialInfo & MaterialData
) const

Remarks

Get the material info for texture streaming. Return whether the data is valid or not.