UInstancedStaticMeshComponent::GetMaterialStreamingData

Get material, UV density and bounds for a given material index.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMeshComponent::GetMaterialStreamingData()

UStaticMeshComponent::GetMaterialStreamingData()

UInstancedStaticMeshComponent::GetMaterialStreamingData()

References

Module

Engine

Header

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

Include

#include "Components/InstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp

Syntax

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

Remarks

Get material, UV density and bounds for a given material index.