|
| template<typename Type > |
| void * | ResolveVisitedPath (const Type *RootObject, void *RootData, const FPropertyVisitorPath &Path) |
| |
| template<typename Type > |
| void * | ResolveVisitedPathInfo_Generic (Type *This, FPropertyVisitorPath &Path, void *Data, const FPropertyVisitorInfo &Info) |
| |
| template<typename Type > |
| void * | ResolveVisitedPathInfo_Generic (Type *This, void *Data, const FPropertyVisitorInfo &Info) |
| |
| COREUOBJECT_API EPropertyVisitorControlFlow | VisitProperty (const UStruct *PropertyOwner, const FProperty *Property, FPropertyVisitorPath &Path, const FPropertyVisitorData &InData, const TFunctionRef< EPropertyVisitorControlFlow(const FPropertyVisitorPath &, const FPropertyVisitorData &)> InFunc) |
| |
| COREUOBJECT_API EPropertyVisitorControlFlow | VisitProperty (const UStruct *PropertyOwner, const FProperty *Property, FPropertyVisitorContext &Context, const TFunctionRef< EPropertyVisitorControlFlow(const FPropertyVisitorContext &)> InFunc) |
| |
| COREUOBJECT_API FString | PathToString (TArrayView< const FPropertyVisitorInfo > Path, const TCHAR *Separator=TEXT(".")) |
| |
| COREUOBJECT_API void | PathToString (TArrayView< const FPropertyVisitorInfo > Path, FStringBuilderBase &Out, const TCHAR *Separator=TEXT(".")) |
| |
| COREUOBJECT_API void | PathAppendString (TArrayView< const FPropertyVisitorInfo > Path, FStringBuilderBase &Out, const TCHAR *Separator=TEXT(".")) |
| |
| COREUOBJECT_API bool | PathIsContainedWithin (TArrayView< const FPropertyVisitorInfo > Path, TArrayView< const FPropertyVisitorInfo > OtherPath, bool *bIsEqual=nullptr) |
| |
| COREUOBJECT_API FArchiveSerializedPropertyChain | PathToSerializedPropertyChain (TArrayView< const FPropertyVisitorInfo > Path) |
| |