Native class
IGBAScaffoldModule#
class
IGBAScaffoldModule :
public IModuleInterface
Module interface for scaffold module
Methods#
-
publicvirtual TSharedRef<SWindow>CreateAttributeWizard(const FAssetData& InAssetData,
const FGBAAttributeWindowArgs& InArgsCreates and returns a new wizard widget to create attribute C++ class from a Blueprint AttributeSet.
-
static inline IGBAScaffoldModule&Get()
Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.
-
static inline boolIsAvailable()
Checks to see if this module is loaded and ready. It is only valid to call Get() during shutdown if IsAvailable() returns true.