Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddProperty
(
const FName& Key, |
Add a single property, and return its index. | Chaos/CollectionPropertyFacade.h | |
int32 AddProperty
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 AddProperty
(
const FName& Key, |
Add a single property, and return its index. | Chaos/CollectionPropertyFacade.h | |
int32 AddProperty
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h |
AddProperty(const FName &, ECollectionPropertyFlags)
Description
Add a single property, and return its index.
| Name | AddProperty |
| 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 AddProperty
(
const FName & Key,
ECollectionPropertyFlags Flags
)
AddProperty(const StringType, ECollectionPropertyFlags)
| Name | AddProperty |
| 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 AddProperty
(
const StringType Key,
ECollectionPropertyFlags Flags
)
AddProperty(const FName &, bool, bool, bool)
Description
Add a single property, and return its index.
| Name | AddProperty |
| 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 AddProperty
(
const FName & Key,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)
AddProperty(const StringType, bool, bool, bool)
| Name | AddProperty |
| 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 AddProperty
(
const StringType Key,
bool bEnabled,
bool bAnimatable,
bool bIntrinsic
)