Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Kismet2 > FCompilerResultsLog
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
Include | #include "Kismet2/CompilerResultsLog.h" |
Syntax
struct FCompilerEvent
Remarks
Compiler event.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< TSharedRef< FCompilerEvent > > | ChildEvents | |
![]() |
uint32 | Counter | |
![]() |
double | FinishTime | |
![]() |
FString | Name | |
![]() |
TSharedPtr< FCompilerEvent > | ParentEventScope | |
![]() |
double | StartTime |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FCompilerEvent
(
TSharedPtr< FCompilerEvent > InParentEventScope |