How to selecti specific device profile for Android phone. At runtime

Hey guys, I found UDeviceProfileManager has private SetActiveDeviceProfile function. I suppose it has a reason so I leave it as it is ( for now :slight_smile: )

How am I suppose to select device profiles for specific devices then? For example, I’ve created (exec) function and it logs me on Samsung S6 that Mali_T7xx profile is assigned. But let’s say I want to load more specific profile for that device with tweaked cvars.

I’ve already created DefaultDeviceProfiles.ini, so the question is, how do I switch those profiles at runtime ?

I can also modify cvars like this, but this is not visible at runtime…

activeProfile->ModifyCVarValue( "sg.ResolutionQuality", "10", true );

Thanks for the advice.