Ask for iOS storage permission

I need iOS storage permission to store data.

I tried with following, but nothing helps

  1. adding additional plist data in project setting.

  2. Manually adding the info.plist file.

    NSCameraUsageDescription
    camera description.
    NSPhotoLibraryUsageDescription
    photos description.
    NSPhotoLibraryAddUsageDescription
    photos add description.
    UIFileSharingEnabled

Is there anything that I am missing? Is there any node in blueprint to ask for permission like android node have?

[link text][2]

Hi, have you found some solution to have the write permission on IOS ?
I would like to write some file in IOS folder application ( .txt, .json, etc)
But nothing work… I tried FPaths::GameSourceDir(), relative, and absolute… I tried too to manually enter the path that I get with an IOS terminal ^^’ but nothing is write …