Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCompilerResultsLog
Compiler event.
| Name | FCompilerEvent |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/CompilerResultsLog.h |
| Include Path | #include "Kismet2/CompilerResultsLog.h" |
Syntax
struct FCompilerEvent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompilerEvent
(
TSharedPtr< FCompilerEvent > InParentEventScope |
Kismet2/CompilerResultsLog.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildEvents | TArray< TSharedRef< FCompilerEvent > > | Kismet2/CompilerResultsLog.h | ||
| Counter | uint32 | Kismet2/CompilerResultsLog.h | ||
| FinishTime | double | Kismet2/CompilerResultsLog.h | ||
| Name | FString | Kismet2/CompilerResultsLog.h | ||
| ParentEventScope | TSharedPtr< FCompilerEvent > | Kismet2/CompilerResultsLog.h | ||
| StartTime | double | Kismet2/CompilerResultsLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Finish() |
Kismet2/CompilerResultsLog.h | ||
void Start
(
const TCHAR* InName |
Kismet2/CompilerResultsLog.h |