Navigation
API > API/Plugins > API/Plugins/UAFUncookedOnly > API/Plugins/UAFUncookedOnly/FCompilationScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompilationScope
(
const FText& InJobName |
Standalone scope with no immediate related assets. | UAFCompilationScope.h | |
FCompilationScope
(
UUAFRigVMAsset* InAsset |
Scope with a single asset which the caller will compile. | UAFCompilationScope.h | |
FCompilationScope
(
TConstArrayView< UUAFRigVMAsset* > InAssets |
Scope with a set of assets which the caller will compile. | UAFCompilationScope.h | |
FCompilationScope
(
const FText& InJobName, |
Scope with a explicit name and set of assets which the caller will compile. | UAFCompilationScope.h | |
FCompilationScope
(
const FText& InJobName, |
Scope with explicit name and a single asset which the caller will compile. | UAFCompilationScope.h |
FCompilationScope(const FText &)
Description
Standalone scope with no immediate related assets.
| Name | FCompilationScope |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/UAFCompilationScope.h |
| Include Path | #include "UAFCompilationScope.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Private/UAFCompilationScope.cpp |
FCompilationScope
(
const FText & InJobName
)
FCompilationScope(UUAFRigVMAsset *)
Description
Scope with a single asset which the caller will compile.
| Name | FCompilationScope |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/UAFCompilationScope.h |
| Include Path | #include "UAFCompilationScope.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Private/UAFCompilationScope.cpp |
FCompilationScope
(
UUAFRigVMAsset * InAsset
)
FCompilationScope(TConstArrayView< UUAFRigVMAsset * >)
Description
Scope with a set of assets which the caller will compile.
| Name | FCompilationScope |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/UAFCompilationScope.h |
| Include Path | #include "UAFCompilationScope.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Private/UAFCompilationScope.cpp |
FCompilationScope
(
TConstArrayView< UUAFRigVMAsset * > InAssets
)
FCompilationScope(const FText &, TConstArrayView< UUAFRigVMAsset * >)
Description
Scope with a explicit name and set of assets which the caller will compile.
| Name | FCompilationScope |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/UAFCompilationScope.h |
| Include Path | #include "UAFCompilationScope.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Private/UAFCompilationScope.cpp |
FCompilationScope
(
const FText & InJobName,
TConstArrayView< UUAFRigVMAsset * > InAssets
)
FCompilationScope(const FText &, UUAFRigVMAsset *)
Description
Scope with explicit name and a single asset which the caller will compile.
| Name | FCompilationScope |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/UAFCompilationScope.h |
| Include Path | #include "UAFCompilationScope.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Private/UAFCompilationScope.cpp |
FCompilationScope
(
const FText & InJobName,
UUAFRigVMAsset * InAsset
)