Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyConstFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T GetLowValue
(
int32 KeyIndex |
Chaos/CollectionPropertyFacade.h | ||
T GetLowValue
(
const FName& Key, |
Chaos/CollectionPropertyFacade.h | ||
T GetLowValue
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h |
GetLowValue(int32)
| Name | GetLowValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
template<typename T, std::enable_if_t<< T >::Value ), int >>
T GetLowValue
(
int32 KeyIndex
) const
GetLowValue(const FName &, const T &, int32 *)
| Name | GetLowValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
template<typename T, std::enable_if_t<< T >::Value ), int >>
T GetLowValue
(
const FName & Key,
const T & Default,
int32 * OutKeyIndex
) const
GetLowValue(const StringType, const T &, int32 *)
| Name | GetLowValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
template<typename T, typename StringType, std::enable_if_t<< T >::Value &&TIsStringAndNameConvertibleType < StringType >::Value ), int >>
T GetLowValue
(
const StringType Key,
const T & Default,
int32 * OutKeyIndex
) const