|
| virtual | ~IPlugin () |
| |
| virtual const FString & | GetName () const =0 |
| |
| virtual const FString & | GetFriendlyName () const =0 |
| |
| virtual const FString & | GetDescriptorFileName () const =0 |
| |
| virtual FString | GetBaseDir () const =0 |
| |
| virtual TArray< FString > | GetExtensionBaseDirs () const =0 |
| |
| virtual FString | GetContentDir () const =0 |
| |
| virtual FString | GetMountedAssetPath () const =0 |
| |
| virtual EPluginType | GetType () const =0 |
| |
| virtual bool | IsEnabled () const =0 |
| |
| virtual bool | IsEnabledByDefault (bool bAllowEnginePluginsEnabledByDefault) const =0 |
| |
| virtual bool | IsMounted () const =0 |
| |
| virtual bool | IsHidden () const =0 |
| |
| virtual bool | CanContainContent () const =0 |
| |
| virtual bool | CanContainVerse () const =0 |
| |
| virtual const FString & | GetVersePath () const =0 |
| |
| virtual const FString & | GetDeprecatedEngineVersion () const =0 |
| |
| virtual TOptional< uint32 > | GetVerseVersion () const =0 |
| |
| virtual bool | IsSceneGraphEnabled () const =0 |
| |
| virtual EPluginLoadedFrom | GetLoadedFrom () const =0 |
| |
| virtual const FPluginDescriptor & | GetDescriptor () const =0 |
| |
| virtual bool | UpdateDescriptor (const FPluginDescriptor &NewDescriptor, FText &OutFailReason)=0 |
| |
| TSharedRef< IPlugin, Mode > | AsShared () |
| |
| TSharedRef< IPlugin const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< IPlugin, Mode > | AsWeak () |
| |
| TWeakPtr< IPlugin const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
Information about an enabled plugin.