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 idintifcator for UInkThread::PickChoice() | |
const UTagList * | GetTags () const |
Tags asszoiated with the choice. | |
Friends | |
class | UInkThread |
Representing a Ink Choice in the story flow.
int UInkChoice::GetIndex | ( | ) | const |
Get idintifcator for UInkThread::PickChoice()
const UTagList * UInkChoice::GetTags | ( | ) | const |
Tags asszoiated with the choice.
FString UInkChoice::GetText | ( | ) | const |
Access context of choice.