FStaticParameterSet::operator==

Tests this set against another for equality

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/StaticParameterSet.h

Include

#include "StaticParameterSet.h"

Source

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

Syntax

bool operator==
(
    const FStaticParameterSet & ReferenceSet
) const

Remarks

Tests this set against another for equality

Tests this set against another for equality, disregarding override settings.

Returns

true if the sets are equal

Parameters

Parameter

Description

ReferenceSet

The set to compare against

ReferenceSet

The set to compare against

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