Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyConstFacade
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Chaos/CollectionPropertyFacade.h |
|
CHAOS_API bool GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f >& ValueArray
) const
|
|
|
|
CHAOS_APIint32 GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f >& ValueArray
) const
|
|
|
|
CHAOS_API float GetValue
(
int32 KeyIndex,
const TConstArrayView< FVector3f >& ValueArray
) const
|
|
|
|
T GetValue
(
int32 KeyIndex,
const TConstArrayView< ElementType >& ValueArray
) const
|
|
Chaos/CollectionPropertyFacade.h |
|
T GetValue
(
const FName& Key,
const T& Default,
int32* OutKeyIndex
) const
|
|
Chaos/CollectionPropertyFacade.h |
|
T GetValue
(
const StringType Key,
const T& Default,
int32* OutKeyIndex
) const
|
|
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 FName &, 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 FName & Key,
const T & Default,
int32 * OutKeyIndex
) const
GetValue(const StringType, 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, typename StringType, std::enable_if_t<< T >::Value &&TIsStringAndNameConvertibleType < StringType >::Value ), int >>
T GetValue
(
const StringType Key,
const T & Default,
int32 * OutKeyIndex
) const