IKismetCompilerInterface::GetCompilers

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

Unreal Engine C++ API Reference > Editor > KismetCompiler > IKismetCompilerInterface

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h
Include #include "KismetCompilerModule.h"
[TArray](API\Runtime\Core\Containers\TArray)< [IBlueprintCompiler](API\Editor\KismetCompiler\IBlueprintCompiler) * > & GetCompilers()  

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library