Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyConstFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T GetValue
(
int32 KeyIndex |
Chaos/CollectionPropertyFacade.h | ||
CHAOS_API bool GetValue
(
int32 KeyIndex, |
|||
CHAOS_APIint32 GetValue
(
int32 KeyIndex, |
|||
CHAOS_API float GetValue
(
int32 KeyIndex, |
|||
T GetValue
(
int32 KeyIndex, |
Chaos/CollectionPropertyFacade.h | ||
T GetValue
(
const FString& Key, |
Chaos/CollectionPropertyFacade.h |
GetValue(int32)
| Name | GetValue |
| 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 GetValue
(
int32 KeyIndex
) const
GetValue(int32, const TConstArrayView< FVector3f > &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/CollectionPropertyFacade.cpp |
| Include Path | #include "Chaos/CollectionPropertyFacade.cpp" |
template<>
CHAOS_API bool GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f > & ValueArray
) const
GetValue(int32, const TConstArrayView< FVector3f > &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/CollectionPropertyFacade.cpp |
| Include Path | #include "Chaos/CollectionPropertyFacade.cpp" |
template<>
CHAOS_APIint32 GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f > & ValueArray
) const
GetValue(int32, const TConstArrayView< FVector3f > &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/CollectionPropertyFacade.cpp |
| Include Path | #include "Chaos/CollectionPropertyFacade.cpp" |
template<>
CHAOS_API float GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f > & ValueArray
) const
GetValue(int32, const TConstArrayView< ElementType > &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/CollectionPropertyFacade.cpp |
template<typename T, typename ElementType>
T GetValue
(
int32 KeyIndex,
const TConstArrayView< ElementType > & ValueArray
) const
GetValue(const FString &, const T &, int32 *)
| Name | GetValue |
| 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 GetValue
(
const FString & Key,
const T & Default,
int32 * OutKeyIndex
) const