Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddProperties
(
const TArray< FName >& Keys, |
Add new properties, and return the index of the first added property. | Chaos/CollectionPropertyFacade.h | |
int32 AddProperties
(
const TArray< StringType >& InKeys, |
Chaos/CollectionPropertyFacade.h | ||
int32 AddProperties
(
const TArray< FName >& Keys, |
Add new properties, and return the index of the first added property. | Chaos/CollectionPropertyFacade.h | |
int32 AddProperties
(
const TArray< StringType >& InKeys, |
Chaos/CollectionPropertyFacade.h |
AddProperties(const TArray< FName > &, ECollectionPropertyFlags)
Description
Add new properties, and return the index of the first added property.
| Name | AddProperties |
| 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 |
int32 AddProperties
(
const TArray < FName > & Keys,
ECollectionPropertyFlags Flags
)
AddProperties(const TArray< StringType > &, ECollectionPropertyFlags)
| Name | AddProperties |
| 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 >>
int32 AddProperties
(
const TArray < StringType > & InKeys,
ECollectionPropertyFlags Flags
)
AddProperties(const TArray< FName > &, bool, bool, bool)
Description
Add new properties, and return the index of the first added property.
| Name | AddProperties |
| 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 |
int32 AddProperties
(
const TArray < FName > & Keys,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)
AddProperties(const TArray< StringType > &, bool, bool, bool)
| Name | AddProperties |
| 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 >>
int32 AddProperties
(
const TArray < StringType > & InKeys,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)