![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FJsonObjectArrayUpdater< ElementType, KeyType >, including all inherited members.
| DECLARE_DELEGATE_OneParam(FSortArray, TArray< TSharedPtr< FJsonValue > > &) | FJsonObjectArrayUpdater< ElementType, KeyType > | |
| DECLARE_DELEGATE_RetVal_OneParam(KeyType, FGetElementKey, const ElementType &) | FJsonObjectArrayUpdater< ElementType, KeyType > | |
| DECLARE_DELEGATE_RetVal_TwoParams(bool, FTryGetJsonObjectKey, const FJsonObject &, KeyType &) | FJsonObjectArrayUpdater< ElementType, KeyType > | |
| DECLARE_DELEGATE_TwoParams(FUpdateJsonObject, const ElementType &, FJsonObject &) | FJsonObjectArrayUpdater< ElementType, KeyType > | |
| Execute(FJsonObject &JsonObject, const FString &ArrayName, const TArray< ElementType > &SourceArray, FGetElementKey GetElementKey, FTryGetJsonObjectKey TryGetJsonObjectKey, FUpdateJsonObject UpdateJsonObject, FSortArray SortJsonArray=FSortArray()) | FJsonObjectArrayUpdater< ElementType, KeyType > | inlinestatic |