From 9b6550fb6fc0ee8e8189f0a547ea3578b1fa076a Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 24 Aug 2022 00:31:31 +0200 Subject: [PATCH] Updated Settings Explanation (markdown) --- Settings-Explanation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings-Explanation.md b/Settings-Explanation.md index ae396f2..b921ee5 100644 --- a/Settings-Explanation.md +++ b/Settings-Explanation.md @@ -65,7 +65,7 @@ Allows you to override [Object-Level Versioning](https://docs.unrealengine.com/4 Really useful to enable/disable parts of the package's deserialization process. Example and default options can be found [here](https://github.com/FabianFG/CUE4Parse/blob/master/CUE4Parse/UE4/Assets/Exports/Texture/FTexturePlatformData.cs#L67-L74) and [there](https://github.com/FabianFG/CUE4Parse/blob/master/CUE4Parse/UE4/Versions/VersionContainer.cs#L62-L72). ## Endpoint Configuration -These two are for people who know what they are doing and allow you to customize endpoints used to fetch [AES encryption key]() and [mappings](). They both use the [JSONPath syntax](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html) to reformat the endpoint response in order for FModel to understand it dynamically. +These two are for people who know what they are doing and allow you to customize endpoints used to fetch [AES encryption keys]() and [mappings](). They both use the [JSONPath syntax](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html) to reformat the endpoint response in order for FModel to understand it dynamically. ### AES This expression can either return a single element, that represents the main AES encryption key, or a set of 2 elements where the first one is the main AES encryption key and the second one is the list of dynamic keys. The said list should at least be formatted as follow: