FMaterialCachedParameters

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialCachedData.h

Include

#include "MaterialCachedData.h"

Syntax

struct FMaterialCachedParameters

Variables

Functions

Name Description

Public function Const

int32

 

FindParameterIndex

(
    EMaterialParameterType Type,
    const FHashedMaterialParameterInfo ...
)

Public function Const

void

 

GetAllGlobalParameterInfoOfType

(
    EMaterialParameterType Type,
    bool bEmptyOutput,
    TArray< FMaterialParameterInfo >& ...,
    TArray< FGuid >& OutParameterIds
)

Public function Const

void

 

GetAllParameterInfoOfType

(
    EMaterialParameterType Type,
    bool bEmptyOutput,
    TArray< FMaterialParameterInfo >& ...,
    TArray< FGuid >& OutParameterIds
)

Public function Const

const FGuid ...

 

GetExpressionGuid

(
    EMaterialParameterType Type,
    int32 Index
)

Public function Const

int32

 

GetNumParameters

(
    EMaterialParameterType Type
)

Public function Const

const FName ...

 

GetParameterName

(
    EMaterialParameterType Type,
    int32 Index
)

Public function Const

const FMater...

 

GetParameterTypeEntry

(
    EMaterialParameterType Type
)

Public function

void

 

Reset()

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