mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
Updated Settings Explanation (markdown)
parent
ef90289211
commit
9b6550fb6f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user