Navigation
API > API/Plugins > API/Plugins/TedsOperations
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText * UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr
(
ICoreProvider& Storage, |
Returns a pointer to the description text, if set. | TedsOperationInput.h | |
const FText * UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr
(
const ICoreProvider& Storage, |
Returns a pointer to the description text, if set. | TedsOperationInput.h |
UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr(ICoreProvider &, RowHandle)
Description
Returns a pointer to the description text, if set.
| Name | UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/TedsOperationInput.h |
| Include Path | #include "TedsOperationInput.h" |
namespace UE
{
namespace Editor
{
namespace DataStorage
{
namespace Operations
{
namespace Utilities
{
FText * UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr
(
ICoreProvider & Storage,
RowHandle InputRow
)
}
}
}
}
}
UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr(const ICoreProvider &, RowHandle)
Description
Returns a pointer to the description text, if set.
| Name | UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/TedsOperationInput.h |
| Include Path | #include "TedsOperationInput.h" |
namespace UE
{
namespace Editor
{
namespace DataStorage
{
namespace Operations
{
namespace Utilities
{
const FText * UE::Editor::DataStorage::Operations::Utilities::GetDescriptionPtr
(
const ICoreProvider & Storage,
RowHandle InputRow
)
}
}
}
}
}