The Wayback Machine - https://web.archive.org/web/20201029025408/https://github.com/ncsoft/Unreal.js/issues/283
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I access array values? #283

Open
vocallix opened this issue Jul 5, 2020 · 1 comment
Open

How can I access array values? #283

vocallix opened this issue Jul 5, 2020 · 1 comment

Comments

@vocallix
Copy link

@vocallix vocallix commented Jul 5, 2020

c++ 로 배열 블루프린트 ABC 의 배열(TaArray) 을 가져올수는 있는데
어떻게 하면 unrealjs 코드로 블루프린트 ABC 의 멤버 배열 변수(TaArray) 값을 가져올 수 가 있나요?

@vocallix vocallix changed the title how to access blueprint array How can I access array values? Jul 5, 2020
@crocuis
Copy link
Contributor

@crocuis crocuis commented Jul 6, 2020

c++에서 선언되어있는 맴버는 javascript 에서 access 가능하지만 blueprint 에 선언된 member는 얻어오는 구현이 현재에는 없습니다. 만약 필요하다면 UKismetSystemLibrary::SetIntPropertyByName 와 같은 UObject에 Member에 접근하는 구현이 필요합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.