There was an error while loading. Please reload this page.
1 parent 51f8905 commit 94863f7Copy full SHA for 94863f7
1 file changed
unreal/inkcpp/Source/inkcpp/Public/InkThread.h
@@ -223,9 +223,17 @@ class INKCPP_API UInkThread : public UObject
223
224
private:
225
ink::runtime::runner mpRunner;
226
+
227
+ UPROPERTY()
228
UTagList* mpTags;
229
230
231
UTagList* mkTags = nullptr;
232
233
234
UTagList* mgTags = nullptr;
235
236
237
TArray<UInkChoice*> mCurrentChoices; /// @TODO: make accessible?
238
239
TMap<FName, FTagFunctionMulticastDelegate> mTagFunctions;
0 commit comments