Navigation
API > API/Plugins > API/Plugins/MetaHumanPipelineCore > API/Plugins/MetaHumanPipelineCore/FPipeline
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Pipeline/Pipeline.h |
|
|
Make class non-copyable - copying is not supported due to how the Process member is protected from garbage collection. |
Pipeline/Pipeline.h |
|
|
|
Pipeline/Pipeline.h |
|
FPipeline()
| |
|
| Name |
FPipeline |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Pipeline/Pipeline.h |
| Include Path |
#include "Pipeline/Pipeline.h" |
| Source |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Private/Pipeline/Pipeline.cpp |
FPipeline()
FPipeline(const FPipeline &)
Description
Make class non-copyable - copying is not supported due to how the Process member is protected from garbage collection.
| |
|
| Name |
FPipeline |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Pipeline/Pipeline.h |
| Include Path |
#include "Pipeline/Pipeline.h" |
FPipeline
(
const FPipeline & InOther
)
FPipeline(FPipeline &&)
| |
|
| Name |
FPipeline |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Pipeline/Pipeline.h |
| Include Path |
#include "Pipeline/Pipeline.h" |
FPipeline
(
FPipeline && InOther
)