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