FModuleCompilerFinishedEvent

Gets an event delegate that is executed when compilation of a module has finished.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_ThreeParams< void, const FString &, ECompilationResult::Type, bool > FModuleCompilerFinishedEvent

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/HotReloadInterface.h

Include

#include "Misc/HotReloadInterface.h"

Remarks

Gets an event delegate that is executed when compilation of a module has finished.

The first parameter is the result of the compilation operation. The second parameter determines whether the log should be shown.

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