Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAnimatable
(
int32 KeyIndex, |
Chaos/CollectionPropertyFacade.h | ||
int32 SetAnimatable
(
const FName& Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 SetAnimatable
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h |
SetAnimatable(int32, bool)
| Name | SetAnimatable |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
void SetAnimatable
(
int32 KeyIndex,
bool bAnimatable
)
SetAnimatable(const FName &, bool)
| Name | SetAnimatable |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
int32 SetAnimatable
(
const FName & Key,
bool bAnimatable
)
SetAnimatable(const StringType, bool)
| Name | SetAnimatable |
| 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 SetAnimatable
(
const StringType Key,
bool bAnimatable
)