Navigation
API > API/Plugins > API/Plugins/AnimNextUncookedOnly
RAII helper for scoping output of compiler results.
| Name | FScopedCompilerResults |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNextUncookedOnly/Public/AnimNextScopedCompilerResults.h |
| Include Path | #include "AnimNextScopedCompilerResults.h" |
Syntax
class FScopedCompilerResults
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedCompilerResults
(
const FText& InJobName |
AnimNextScopedCompilerResults.h | ||
FScopedCompilerResults
(
UObject* InObject |
AnimNextScopedCompilerResults.h | ||
FScopedCompilerResults
(
const FText& InJobName, |
AnimNextScopedCompilerResults.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedCompilerResults() |
AnimNextScopedCompilerResults.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FinishTime | double | AnimNextScopedCompilerResults.h | ||
| JobName | FText | AnimNextScopedCompilerResults.h | ||
| Log | TSharedPtr< FCompilerResultsLog > | AnimNextScopedCompilerResults.h | ||
| Object | UObject * | AnimNextScopedCompilerResults.h | ||
| StartTime | double | AnimNextScopedCompilerResults.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCompilerResultsLog & GetLog() |
Get the log that is currently in scope, asserts if no scope is active. | AnimNextScopedCompilerResults.h |