Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FLazyObjectProperty
- FProperty::Identical()
- FObjectPropertyBase::Identical()
- FLazyObjectProperty::Identical()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyLazyObjectPtr.cpp |
virtual bool Identical
&40;
const void &42; A,
const void &42; B,
uint32 PortFlags
&41; const
Remarks
Determines whether the property values are identical. true if the property values are identical
Parameters
Name | Description |
---|---|
A | property data to be compared, already offset |
B | property data to be compared, already offset |
PortFlags | allows caller more control over how the property values are compared |