FNiagaraVariable::HoldsSameData

Checks if the types match and either both variables are uninitialized or both hold exactly the same data.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h

Include

#include "NiagaraTypes.h"

Syntax

bool HoldsSameData
(
    const FNiagaraVariable & Other
) const

Remarks

Checks if the types match and either both variables are uninitialized or both hold exactly the same data.

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