IKismetCompilerInterface::GetCompilers

Gets a list of all compilers for blueprints. You can register new compilers through this list.

Choose your operating system:

Windows

macOS

Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h

Include

#include "KismetCompilerModule.h"

Syntax

TArray< IBlueprintCompiler * > & GetCompilers()

Remarks

Gets a list of all compilers for blueprints. You can register new compilers through this list.