Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportTabContent
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportTabContent.h |
| Include | #include "EditorViewportTabContent.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportTabContent.cpp |
const AssetEditorViewportFactoryFunction * FindViewportCreationFactory
(
FName InTypeName
) const
Remarks
Attempt to find a viewport creation factory function in the set of registered factory functions. the creation function if one is found with the given typename, otherwise nullptr.
Parameters
| Name | Description |
|---|---|
| InTypeName | The name of the viewport creation factory to find. |