Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/FSoftDataRegistryOrTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Matches
(
const UDataTable* InTable |
Method to check if the given table matches the value in this struct | SoftDataRegistryOrTable.h | |
bool Matches
(
const UDataRegistry* InRegistry |
Method to check if the given registry matches the value in this struct | SoftDataRegistryOrTable.h | |
bool Matches
(
const FDataRegistryOrTableRow& RegistryOrTableId |
Method to check if the given FDataRegistryOrTableRow matches the value in this struct | SoftDataRegistryOrTable.h |
Matches(const UDataTable *)
Description
Method to check if the given table matches the value in this struct
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include Path | #include "SoftDataRegistryOrTable.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/SoftDataRegistryOrTable.cpp |
bool Matches
(
const UDataTable * InTable
) const
Matches(const UDataRegistry *)
Description
Method to check if the given registry matches the value in this struct
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include Path | #include "SoftDataRegistryOrTable.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/SoftDataRegistryOrTable.cpp |
bool Matches
(
const UDataRegistry * InRegistry
) const
Matches(const FDataRegistryOrTableRow &)
Description
Method to check if the given FDataRegistryOrTableRow matches the value in this struct
| Name | Matches |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/SoftDataRegistryOrTable.h |
| Include Path | #include "SoftDataRegistryOrTable.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/SoftDataRegistryOrTable.cpp |
bool Matches
(
const FDataRegistryOrTableRow & RegistryOrTableId
) const