FMaterialStatsUtils::GetRepresentativeInstructionCounts

Gets instruction counts that best represent the likely usage of this material based on shading model and other factors.

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/MaterialStatsCommon.h

Include

#include "MaterialStatsCommon.h"

Source

/Engine/Source/Editor/MaterialEditor/Private/MaterialStatsCommon.cpp

Syntax

static void GetRepresentativeInstructionCounts
(
    TArray< FShaderInstructionsInfo > & Results,
    const class FMaterialResource * Target
)

Remarks

Gets instruction counts that best represent the likely usage of this material based on shading model and other factors.

Parameters

Parameter

Description

Results

an array of descriptions to be populated

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