Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddWeightedValue
(
const FName& Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 AddWeightedValue
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 AddWeightedValue
(
const FName& Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 AddWeightedValue
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h |
AddWeightedValue(const FName &, const T &, const T &, ECollectionPropertyFlags)
| Name | AddWeightedValue |
| 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 >>
int32 AddWeightedValue
(
const FName & Key,
const T & LowValue,
const T & HighValue,
ECollectionPropertyFlags Flags
)
AddWeightedValue(const StringType, const T &, const T &, ECollectionPropertyFlags)
| Name | AddWeightedValue |
| 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 >>
int32 AddWeightedValue
(
const StringType Key,
const T & LowValue,
const T & HighValue,
ECollectionPropertyFlags Flags
)
AddWeightedValue(const FName &, const T &, const T &, bool, bool, bool)
| Name | AddWeightedValue |
| 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 >>
int32 AddWeightedValue
(
const FName & Key,
const T & LowValue,
const T & HighValue,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)
AddWeightedValue(const StringType, const T &, const T &, bool, bool, bool)
| Name | AddWeightedValue |
| 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 >>
int32 AddWeightedValue
(
const StringType Key,
const T & LowValue,
const T & HighValue,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)