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