inkcpp
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 CAActor
 CAInkRuntimeInstantiated story with global variable storage and access, used to instantiate new threads
 Cink::runtime::choiceAn ink choice that is being presented to the user
 Cink::compiler::compilation_resultsStores results from the compilation process
 Cink::config::statistics::containerStatistic data for an container data type
 CFInkHandleGeneric registration handle returned by all Register* functions on AInkRuntime and UInkThread
 CFInkSnapshotA serializable snapshot of a runtime state Can be used as variable in a USaveGame to be stored and reloaded
 CFInkVarA wrapper for passing around ink vars to and from ink itself
 Cink::runtime::list_interface::iterator::FlagFlag data
 CFListFlagA single flag of a list
 Cink::config::statistics::globalStastics for state managed for one runtime
 Cink::runtime::globals_interfaceRepresents a global store to be shared amongst ink runners
 CHInkChoiceHandler for a ink choice
 CHInkGlobalsHandle for the global variable store shared among ink runners
 CHInkListHandler for a ink list
 CHInkRunnerA handle for an ink runner
 CHInkSnapshotHandler for a ink snapshot
 CHInkStoryHandle for a loaded ink story
 CInkListIterIterater used to iterate flags of a HInkList
 CInkValueRepserentation of a ink variable
 Cink::runtime::list_interface::iteratorIterater for flags in a list
 Cink::runtime::list_interfaceInterface for accessing a Ink list
 Cink::config::statistics::list_tableStatistics for managed lists, including static and dynamic enties
 Cink::config::statistics::runnerStastics for state managed for one thread inside a runtime
 Cink::runtime::runner_interfaceA runner to execute ink script from a story
 Cink::runtime::snapshotContainer for an InkCPP runtime snapshot, which can be migrated
 Cink::runtime::storyA loaded ink story
 Cink::runtime::story_ptr< T >Pointer wrapper to an object whose lifetime is tied to a story object
 Cink::runtime::story_ptr< globals_interface >
 Cink::runtime::story_ptr< runner_interface >
 Cink::config::statistics::string_tableStatistiacs to managed strings, which are build at runtime
 CUBlueprintAsyncActionBase
 CUInkMigratableSnapshotAsyncA helper class to create migratable snapshots
 CUBlueprintFunctionLibrary
 CUInkVarLibraryConversion Methods for FInkVar
 CUObject
 CUInkAssetAssets containing a InkCPP .bin
 CUInkChoiceRepresenting a Ink Choice in the story flow
 CUInkListAllows reading ink lists
 CUInkThreadBase class for all ink threads
 CUTagListHelpful tag list
 Cink::runtime::valueA Ink variable