Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGSoftGraphExecutionSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGSoftGraphExecutionSource & operator=
(
const FPCGSoftGraphExecutionSource& Other |
PCGGraphExecutionStateInterface.h | ||
| PCGGraphExecutionStateInterface.h | |||
FPCGSoftGraphExecutionSource & operator=
(
const IPCGGraphExecutionSource* InSource |
Can assign an execution source. Will reset the cached weak pointer. | PCGGraphExecutionStateInterface.h |
operator=(const FPCGSoftGraphExecutionSource &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path | #include "PCGGraphExecutionStateInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraphExecutionStateInterface.cpp |
FPCGSoftGraphExecutionSource & operator=
(
const FPCGSoftGraphExecutionSource & Other
)
operator=(FPCGSoftGraphExecutionSource &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path | #include "PCGGraphExecutionStateInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraphExecutionStateInterface.cpp |
FPCGSoftGraphExecutionSource & operator=
(
FPCGSoftGraphExecutionSource && Other
)
operator=(const IPCGGraphExecutionSource *)
Description
Can assign an execution source. Will reset the cached weak pointer.
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path | #include "PCGGraphExecutionStateInterface.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraphExecutionStateInterface.cpp |
FPCGSoftGraphExecutionSource & operator=
(
const IPCGGraphExecutionSource * InSource
)