Filipe Uva
Results
2
comments of
Filipe Uva
Some code : .h ``` #pragma once #include "JavascriptCharacter.generated.h" UCLASS() class AJavascriptCharacter : public ACharacter { GENERATED_UCLASS_BODY() UPROPERTY(EditAnywhere) float MaxHealth; }; ``` [Blueprint](http://i.imgur.com/xtIw75v.png) js (modified helloGame.js) ``` /// /> "use...
Thanks for the reply! CDO ? It should seem that the values are on the Class DefaultObject, they just aren't being copied as you say, I managed to do a...