Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPCGContext () |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | PCGContext.h | |
FPCGContext
(
const FPCGContext& |
PCGContext.h | ||
FPCGContext
(
FPCGContext&& |
PCGContext.h |
FPCGContext()
Description
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables.
| Name | FPCGContext |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPCGContext()
FPCGContext(const FPCGContext &)
| Name | FPCGContext |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
FPCGContext
(
const FPCGContext &
)
FPCGContext(FPCGContext &&)
| Name | FPCGContext |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
FPCGContext
(
FPCGContext &&
)