Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGSoftGraphExecutionSource
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
PCGGraphExecutionStateInterface.h |
|
|
|
PCGGraphExecutionStateInterface.h |
|
|
|
PCGGraphExecutionStateInterface.h |
|
|
|
PCGGraphExecutionStateInterface.h |
|
|
Need the copy/move constructor/assignment because of the lock. |
PCGGraphExecutionStateInterface.h |
|
|
|
PCGGraphExecutionStateInterface.h |
|
FPCGSoftGraphExecutionSource()
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path |
#include "PCGGraphExecutionStateInterface.h" |
FPCGSoftGraphExecutionSource()
FPCGSoftGraphExecutionSource(const TSoftObjectPtr< UObject > &)
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| 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
(
const TSoftObjectPtr < UObject > & InSoftObjectPtr
)
FPCGSoftGraphExecutionSource(IPCGGraphExecutionSource *)
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| 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
(
IPCGGraphExecutionSource * InSource
)
FPCGSoftGraphExecutionSource(const IPCGGraphExecutionSource *)
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| 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
(
const IPCGGraphExecutionSource * InSource
)
FPCGSoftGraphExecutionSource(const FPCGSoftGraphExecutionSource &)
Description
Need the copy/move constructor/assignment because of the lock.
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| 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
(
const FPCGSoftGraphExecutionSource & Other
)
FPCGSoftGraphExecutionSource(FPCGSoftGraphExecutionSource &&)
| |
|
| Name |
FPCGSoftGraphExecutionSource |
| 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
(
FPCGSoftGraphExecutionSource && Other
)