Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIntrinsic
(
int32 KeyIndex |
Set the intrinsic flag for this property. This flag cannot be removed and implies non Animatable. | Chaos/CollectionPropertyFacade.h | |
int32 SetIntrinsic
(
const FString& Key |
Set the intrinsic flag for this property. This flag cannot be removed and implies non Animatable. | Chaos/CollectionPropertyFacade.h |
SetIntrinsic(int32)
Description
Set the intrinsic flag for this property. This flag cannot be removed and implies non Animatable.
| Name | SetIntrinsic |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
void SetIntrinsic
(
int32 KeyIndex
)
SetIntrinsic(const FString &)
Description
Set the intrinsic flag for this property. This flag cannot be removed and implies non Animatable.
| Name | SetIntrinsic |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
int32 SetIntrinsic
(
const FString & Key
)