inkcpp
Loading...
Searching...
No Matches
UInkChoice Class Reference

Representing a Ink Choice in the story flow. More...

#include <InkChoice.h>

Inheritance diagram for UInkChoice:

Public Member Functions

FString GetText () const
 Access context of choice.
 
int GetIndex () const
 Get identifier for UInkThread::PickChoice()
 
const UTagListGetTags () const
 Tags associated with the choice.
 

Friends

class UInkThread
 

Detailed Description

Representing a Ink Choice in the story flow.

Member Function Documentation

◆ GetIndex()

int UInkChoice::GetIndex ( ) const

Get identifier for UInkThread::PickChoice()

Returns
id used in UInkThread::PickChoice()

Get Index
Target
Return Value

◆ GetTags()

const UTagList * UInkChoice::GetTags ( ) const

Tags associated with the choice.

Returns
with choice associated tags

Get Tags
Target
Return Value

◆ GetText()

FString UInkChoice::GetText ( ) const

Access context of choice.

Returns
text contained in choice
Get Text
Target
Return Value

The documentation for this class was generated from the following file: