|
inkcpp
|
Allows reading ink lists. More...
#include <InkList.h>
Public Member Functions | |
| bool | ContainsFlag (const FString &flag_name) const |
| Checks if a flag is contained (by name) | |
| bool | ContainsEnum (const UEnum *Enum, const uint8 &value) const |
checks if flag with the same spelling then the enum value is set in the list | |
| TArray< uint8 > | ElementsOf (const UEnum *Enum) const |
| returns all values of a list with the same name as the enum | |
| TArray< FString > | ElementsOfAsString (const UEnum *Enum) const |
| returns all flag as string contained in the list from a list with the same name as the Enum` | |
| TArray< FListFlag > | Elements () const |
returns all list_name flag_name tuples | |
| bool | ContainsList (const FString &ListName) const |
| check if at least one value of the given list is included, OR the list is empty and associated with the list | |
Friends | |
| struct | FInkVar |
Allows reading ink lists.
| bool UInkList::ContainsEnum | ( | const UEnum * | Enum, |
| const uint8 & | value ) const |
checks if flag with the same spelling then the enum value is set in the list
| true | if flag is contained in list |
| bool UInkList::ContainsFlag | ( | const FString & | flag_name | ) | const |
Checks if a flag is contained (by name)
list_name.flag_name
| bool UInkList::ContainsList | ( | const FString & | ListName | ) | const |
check if at least one value of the given list is included, OR the list is empty and associated with the list
| TArray< FListFlag > UInkList::Elements | ( | ) | const |
returns all list_name flag_name tuples
| TArray< uint8 > UInkList::ElementsOf | ( | const UEnum * | Enum | ) | const |
returns all values of a list with the same name as the enum
| TArray< FString > UInkList::ElementsOfAsString | ( | const UEnum * | Enum | ) | const |
returns all flag as string contained in the list from a list with the same name as the Enum`