ITargetPlatform::GetBuildProjectSettingKeys

Project settings to check to determine if a build should occur

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::GetBuildProjectSettingKeys()

FTargetPlatformBase::GetBuildProjectSettingKeys()

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

void GetBuildProjectSettingKeys
(
    FString & OutSection,
    TArray< FString > & InBoolKeys,
    TArray< FString > & InIntKeys,
    TArray< FString > & InStringKeys
) const

Remarks

Project settings to check to determine if a build should occur

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