UMaterialExpressionRuntimeVirtualTextureSampleParameter::IsNamedParameter

Return whether this is the named parameter from this material expression, and if it is then return its value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRuntimeVirtualTextureSampleParameter.h

Include

#include "Materials/MaterialExpressionRuntimeVirtualTextureSampleParameter.h"

Source

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

Syntax

bool IsNamedParameter
(
    const FHashedMaterialParameterInfo & ParameterInfo,
    URuntimeVirtualTexture *& OutValue
) const

Remarks

Return whether this is the named parameter from this material expression, and if it is then return its value.

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