FMaterialCachedExpressionData::UpdateForExpressions

Returns 'false' if update is incomplete, due to missing expression data (stripped from non-editor build)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "MaterialCachedData.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialCachedData.cpp

Syntax

bool UpdateForExpressions
(
    const FMaterialCachedExpressionContext & Context,
    const TArray< UMaterialExpression * > & Expressions,
    EMaterialParameterAssociation Association,
    int32 ParameterIndex
)

Remarks

Returns 'false' if update is incomplete, due to missing expression data (stripped from non-editor build)

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