Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyConstFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPair< T, T > GetWeightedValue
(
int32 KeyIndex |
Chaos/CollectionPropertyFacade.h | ||
TPair< T, T > GetWeightedValue
(
const FString& Key, |
Chaos/CollectionPropertyFacade.h |
GetWeightedValue(int32)
| Name | GetWeightedValue |
| 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 >>
TPair< T, T > GetWeightedValue
(
int32 KeyIndex
) const
GetWeightedValue(const FString &, const T &, int32 *)
| Name | GetWeightedValue |
| 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 >>
TPair< T, T > GetWeightedValue
(
const FString & Key,
const T & Default,
int32 * OutKeyIndex
) const