Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFlags
(
int32 KeyIndex, |
SetFlags cannot be used to remove Dirty, StringDirty, Interpolable or Intrinsic flags. | Chaos/CollectionPropertyFacade.h | |
int32 SetFlags
(
const FName& Key, |
Chaos/CollectionPropertyFacade.h | ||
int32 SetFlags
(
const StringType Key, |
Chaos/CollectionPropertyFacade.h |
SetFlags(int32, ECollectionPropertyFlags)
Description
SetFlags cannot be used to remove Dirty, StringDirty, Interpolable or Intrinsic flags. Use ClearDirtyFlags to remove dirty flags.
| Name | SetFlags |
| 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 |
void SetFlags
(
int32 KeyIndex,
ECollectionPropertyFlags Flags
)
SetFlags(const FName &, ECollectionPropertyFlags)
| Name | SetFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
int32 SetFlags
(
const FName & Key,
ECollectionPropertyFlags Flags
)
SetFlags(const StringType, ECollectionPropertyFlags)
| Name | SetFlags |
| 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 SetFlags
(
const StringType Key,
ECollectionPropertyFlags Flags
)