UInstancedStaticMeshComponent::GetMaterialStreamingData

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

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.

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