Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor > API/Plugins/BaseCharacterFXEditor/SBaseCharacterFXEditorViewport
Description
These allow the toolkit to add an accept/cancel overlay when needed. PopulateViewportOverlays is not helpful here because that gets called just once.
| Name | AddOverlayWidget |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Public/SBaseCharacterFXEditorViewport.h |
| Include Path | #include "SBaseCharacterFXEditorViewport.h" |
| Source | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Private/SBaseCharacterFXEditorViewport.cpp |
virtual void AddOverlayWidget
(
TSharedRef< SWidget > OverlaidWidget,
int32 ZOrder
)