|
inkcpp
|
Representing a Ink Choice in the story flow. More...
#include <InkChoice.h>
Public Member Functions | |
| FString | GetText () const |
| Access context of choice. | |
| int | GetIndex () const |
| Get identifier for UInkThread::PickChoice() | |
| const UTagList * | GetTags () const |
| Tags associated with the choice. | |
Friends | |
| class | UInkThread |
Representing a Ink Choice in the story flow.
| int UInkChoice::GetIndex | ( | ) | const |
Get identifier for UInkThread::PickChoice()
| const UTagList * UInkChoice::GetTags | ( | ) | const |
Tags associated with the choice.
| FString UInkChoice::GetText | ( | ) | const |
Access context of choice.