Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FPropertySoftPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 TryReadIndex
(
int32 Index |
DiffUtils.h | ||
static int32 TryReadIndex
(
const TArray< FChainElement >& LocalPropertyChain, |
DiffUtils.h |
TryReadIndex(int32)
| Name | TryReadIndex |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DiffUtils.h |
| Include Path | #include "DiffUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/DiffUtils.cpp |
int32 TryReadIndex
(
int32 Index
) const
TryReadIndex(const TArray< FChainElement > &, int32 &)
| Name | TryReadIndex |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DiffUtils.h |
| Include Path | #include "DiffUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/DiffUtils.cpp |
static int32 TryReadIndex
(
const TArray < FChainElement > & LocalPropertyChain,
int32 & OutIndex
)