Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/FPluginDescriptor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Saves the descriptor to the given file. | PluginDescriptor.h | ||
| Saves the descriptor to the given file. | PluginDescriptor.h | ||
| Saves the descriptor to the given file. | PluginDescriptor.h |
Save(const TCHAR , FText )
Description
Saves the descriptor to the given file.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginDescriptor.h |
| Include Path | #include "PluginDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp |
bool Save
(
const TCHAR * FileName,
FText * OutFailReason
) const
Save(const FString &, FText *)
Description
Saves the descriptor to the given file.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginDescriptor.h |
| Include Path | #include "PluginDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp |
bool Save
(
const FString & FileName,
FText * OutFailReason
) const
Save(const FString &, FText &)
Description
Saves the descriptor to the given file.
| Name | Save |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginDescriptor.h |
| Include Path | #include "PluginDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/PluginDescriptor.cpp |
bool Save
(
const FString & FileName,
FText & OutFailReason
) const