FModuleDescriptor::IsCompiledInConfiguration

Tests whether the module should be built for the given target

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h

Include

#include "ModuleDescriptor.h"

Source

/Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp

Syntax

bool IsCompiledInConfiguration
(
    const FString & Platform,
    EBuildConfiguration Configuration,
    const FString & TargetName,
    EBuildTargetType TargetType,
    bool bBuildDeveloperTools,
    bool bBuildRequiresCookedData
) const

Remarks

Tests whether the module should be built for the given target

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