Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBindableValueBase
Description
Compares this bindable value against Other, including the non-UPROPERTY Binding. Without this, delta serialization skips the struct when all UPROPERTYs match defaults, silently dropping the binding. Called by per-type Identical() via DECLARE_BINDABLE_IDENTICAL.
| Name | BindingsIdentical |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/BindableValue/UAFBindableTypes.cpp |
bool BindingsIdentical
(
const FBindableValueBase * Other,
const UScriptStruct * ConcreteStruct,
uint32 PortFlags
) const