ITargetPlatformManagerModule::UpdatePlatformEnvironment

Allows changes to environment for a given platform

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformManagerModule.h

Include

#include "Interfaces/ITargetPlatformManagerModule.h"

Syntax

bool UpdatePlatformEnvironment
(
    const FString & PlatformName,
    TArray< FString > & Keys,
    TArray< FString > & Values
)

Remarks

Allows changes to environment for a given platform

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss