Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IAssetViewport
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< const SWidget > AsWidget () |
Returns the SLevelViewport widget (const). | IAssetViewport.h | |
TSharedRef< SWidget > AsWidget () |
Returns the SLevelViewport widget. | IAssetViewport.h |
AsWidget()
Description
Returns the SLevelViewport widget (const). This is NOT the actual SViewport widget, just a wrapper that contains one.
| Name | AsWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IAssetViewport.h |
| Include Path | #include "IAssetViewport.h" |
TSharedRef < const SWidget > AsWidget() const
AsWidget()
Description
Returns the SLevelViewport widget. This is NOT the actual SViewport widget, just a wrapper that contains one.
| Name | AsWidget |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IAssetViewport.h |
| Include Path | #include "IAssetViewport.h" |
TSharedRef < SWidget > AsWidget()