|
| | FPlugin (const FString &FileName, const FPluginDescriptor &InDescriptor, EPluginType InType) |
| |
| virtual | ~FPlugin () |
| |
| virtual const FString & | GetName () const override |
| |
| virtual const FString & | GetFriendlyName () const override |
| |
| virtual const FString & | GetDescriptorFileName () const override |
| |
| virtual FString | GetBaseDir () const override |
| |
| virtual TArray< FString > | GetExtensionBaseDirs () const override |
| |
| virtual FString | GetContentDir () const override |
| |
| virtual FString | GetMountedAssetPath () const override |
| |
| virtual bool | IsEnabled () const override |
| |
| virtual bool | IsEnabledByDefault (bool bAllowEnginePluginsEnabledByDefault) const override |
| |
| virtual bool | IsMounted () const override |
| |
| virtual bool | IsHidden () const override |
| |
| virtual bool | CanContainContent () const override |
| |
| virtual bool | CanContainVerse () const override |
| |
| virtual const FString & | GetVersePath () const override |
| |
| virtual TOptional< uint32 > | GetVerseVersion () const override |
| |
| virtual const FString & | GetDeprecatedEngineVersion () const override |
| |
| virtual bool | IsSceneGraphEnabled () const override |
| |
| virtual EPluginType | GetType () const override |
| |
| virtual EPluginLoadedFrom | GetLoadedFrom () const override |
| |
| virtual const FPluginDescriptor & | GetDescriptor () const override |
| |
| virtual bool | UpdateDescriptor (const FPluginDescriptor &NewDescriptor, FText &OutFailReason) override |
| |
| void | SetIsMounted (bool bInIsMounted) |
| |
| virtual | ~IPlugin () |
| |
| 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 |
| |
Instance of a plugin in memory