FProperty::Identical_InContainer

Determines whether the property values are identical.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

bool Identical_InContainer
(
    const void * A,
    const void * B,
    int32 ArrayIndex,
    uint32 PortFlags
) const

Remarks

Determines whether the property values are identical.

Returns

true if the property values are identical

Parameters

Parameter

Description

A

property container of data to be compared, NOT offset

B

property container of data to be compared, NOT offset

PortFlags

allows caller more control over how the property values are compared

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