Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangePipelineConfigurationBase.h |
Include |
#include "InterchangePipelineConfigurationBase.h" |
class UInterchangePipelineConfigurationBase : public UObject
Name | Description | ||
---|---|---|---|
|
EInterchange... |
ScriptedShowPipelineConfigurationDialog() |
Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog, |
|
EInterchange... |
ScriptedShowPipelineConfigurationDialog_Implementation() |
The default implementation (call if the blueprint do not have any implementation) will call the virtual ExecuteImportPipeline |
|
EInterchange... |
ShowPipelineConfigurationDialog() |
This function show a dialog use to configure pipeline stacks and return a stack name that tell the caller the user choice. |