15#include "PropertyHelper.generated.h"
103#if WITH_EDITORONLY_DATA
131 #if WITH_EDITORONLY_DATA
132 if (
InContext->bTrackSerializedPropertyPath)
135 Context->SerializedPropertyPath.Push(
InSegment);
142 #if WITH_EDITORONLY_DATA
145 Context->SerializedPropertyPath.Pop();
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
#define UENUM(...)
Definition ObjectMacros.h:749
COREUOBJECT_API bool AreInstancedObjectsIdentical(UObject *ObjectA, UObject *ObjectB, uint32 PortFlags)
Definition PropertyHelper.cpp:32
EFallbackEnum
Definition PropertyHelper.h:27
COREUOBJECT_API void SkipWhitespace(const TCHAR *&Str)
Definition PropertyHelper.cpp:24
#define ANSITEXTVIEW(str)
Definition StringView.h:555
Definition Archive.h:1208
Definition NameTypes.h:617
Definition OutputDevice.h:133
Definition UnrealType.h:174
Definition ScriptDelegates.h:66
Definition PropertyTypeName.h:46
Definition PropertyHelper.h:127
FSerializedPropertyPathScope & operator=(const FSerializedPropertyPathScope &)=delete
FSerializedPropertyPathScope(const FSerializedPropertyPathScope &)=delete
~FSerializedPropertyPathScope()
Definition PropertyHelper.h:140
FSerializedPropertyPathScope(FUObjectSerializeContext *InContext, const FPropertyPathNameSegment &InSegment)
Definition PropertyHelper.h:129
Definition FieldSystemNoiseAlgo.cpp:6
Definition AdvancedWidgetsModule.cpp:13
UObject * FindObjectByTypePath(UClass *Class, FPropertyTypeName TypePath)
Definition PropertyHelper.cpp:293
FPropertyTypeName ApplyRedirectsToPropertyType(FPropertyTypeName OldTypeName, const FProperty *Property)
Definition PropertyHelper.cpp:615
U16 Index
Definition radfft.cpp:71
Definition PropertyHelper.h:54
FDeltaIndexHelper()=default
int32 LastIndex
Definition PropertyHelper.h:72
COREUOBJECT_API void SerializeEarlyEnd(FArchive &Ar)
Definition PropertyHelper.cpp:129
void Increment(int32 NewIndex)
Definition PropertyHelper.h:64
COREUOBJECT_API bool SerializeNext(FArchive &Ar, int32 &Index)
Definition PropertyHelper.cpp:92
int32 LastIndexFull
Definition PropertyHelper.h:73
Definition UObjectThreadContext.h:140
Definition PropertyPathName.h:23