inkcpp
|
▼CAActor | |
CAInkRuntime | Instantiated story with global variable storage and access, used to instantiate new threads |
Cink::runtime::choice | An ink choice that is being presented to the user |
Cink::compiler::compilation_results | Stores results from the compilation process |
CFInkSnapshot | A serializable snapshot of a runtime state Can be used as variable in a USaveGame to be stored and reloaded |
CFInkVar | A wrapper for passing around ink vars to and from ink itself |
Cink::runtime::list_interface::iterator::Flag | Flag data |
CFListFlag | A single flag of a list |
Cink::runtime::globals_interface | Represents a global store to be shared amongst ink runners |
CHInkChoice | Handler for a ink choice |
CHInkGlobals | Handle for the global variable store shared among ink runners |
CHInkList | Handler for a ink list |
CHInkRunner | A handle for an ink runner |
CHInkSnapshot | Handler for a ink snapshot |
CHInkStory | Handle for a loaded ink story |
CInkListIter | Iterater used to iterate flags of a HInkList |
CInkValue | Repserentation of a ink variable |
Cink::runtime::list_interface::iterator | Iterater for flags in a list |
Cink::runtime::list_interface | Interface for accessing a Ink list |
Cink::runtime::runner_interface | A runner to execute ink script from a story |
Cink::runtime::snapshot | Container for an InkCPP runtime snapshot |
Cink::runtime::story | A loaded ink story |
Cink::runtime::story_ptr< T > | Pointer wrapper to an object whose lifetime is tied to a story object |
▼CUBlueprintFunctionLibrary | |
CUInkVarLibrary | Conversion Methods for FInkVar |
▼CUObject | |
CUInkAsset | Assets containing a InkCPP .bin |
CUInkChoice | Representing a Ink Choice in the story flow |
CUInkList | Allows reading ink lists |
CUInkThread | Base class for all ink threads |
CUTagList | Helpful tag list |
Cink::runtime::value | A Ink variable |