Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/FDatasmithSceneFactory
Description
Creates an ExpressionOutput from the given type. Warning: This function's main purpose is to allow the creation of serialized expression outputs. It should not be used to add outputs to a material expression.
| Name | CreateExpressionOutput |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithSceneFactory.h |
| Include Path | #include "DatasmithSceneFactory.h" |
| Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithSceneFactory.cpp |
static TSharedRef < IDatasmithExpressionOutput > CreateExpressionOutput
(
const TCHAR * InName
)