Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGStackContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/PCGStackContext.h | |||
FPCGStackContext
(
const FPCGStackContext& InStackContext, |
Builds a stack context by prepending the stack context by the common parent stack. | Graph/PCGStackContext.h |
FPCGStackContext()
| Name | FPCGStackContext |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGStackContext.h |
| Include Path | #include "Graph/PCGStackContext.h" |
FPCGStackContext()
FPCGStackContext(const FPCGStackContext &, const FPCGStack &)
Description
Builds a stack context by prepending the stack context by the common parent stack.
| Name | FPCGStackContext |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGStackContext.h |
| Include Path | #include "Graph/PCGStackContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Graph/PCGStackContext.cpp |
FPCGStackContext
(
const FPCGStackContext & InStackContext,
const FPCGStack & InCommonParentStack
)