Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGStackSharedPtr |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGStackContext.h |
| Include Path | #include "Graph/PCGStackContext.h" |
Syntax
struct FPCGStackSharedPtr : public TSharedPtr< FPCGStack >
Inheritance Hierarchy
- TSharedPtr → FPCGStackSharedPtr
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/PCGStackContext.h | |||
FPCGStackSharedPtr
(
TSharedPtr< FPCGStack >&& Other |
Graph/PCGStackContext.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TSharedPtr< FPCGStack > | Graph/PCGStackContext.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FPCGStackSharedPtr& Other |
Graph/PCGStackContext.h | ||
bool operator==
(
const FPCGStackSharedPtr& Other |
Graph/PCGStackContext.h |