Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyConstFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool AreValuesEqual
(
const FCollectionPropertyConstFacade& Facade, |
Return whether two properties from different facades and sharing the same key index have the same values regardless of their names or types. | Chaos/CollectionPropertyFacade.h | |
static bool AreValuesEqual
(
const FCollectionPropertyConstFacade& Facade, |
Return whether two properties from different facades have the same values regardless of their names or types. | Chaos/CollectionPropertyFacade.h |
AreValuesEqual(const FCollectionPropertyConstFacade &, const FCollectionPropertyConstFacade &, int32)
Description
Return whether two properties from different facades and sharing the same key index have the same values regardless of their names or types.
| Name | AreValuesEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
static bool AreValuesEqual
(
const FCollectionPropertyConstFacade & Facade,
const FCollectionPropertyConstFacade & Other,
int32 KeyIndex
)
AreValuesEqual(const FCollectionPropertyConstFacade &, int32, const FCollectionPropertyConstFacade &, int32)
Description
Return whether two properties from different facades have the same values regardless of their names or types.
| Name | AreValuesEqual |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
static bool AreValuesEqual
(
const FCollectionPropertyConstFacade & Facade,
int32 KeyIndex,
const FCollectionPropertyConstFacade & Other,
int32 OtherKeyIndex
)