March 2019
Intermediate to advanced
708 pages
17h 9m
English
UCLASS(Blueprintable, BlueprintType)class CHAPTER_02_API UUserProfile : public UObject{ GENERATED_BODY()public: UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Stats) float Armor; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Stats) float HpMax; UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Stats) FString Name; // Displays any UClasses deriving from UObject in a dropdown // menu in Blueprints UPROPERTY(EditAnywhere, BlueprintReadWrite, Category ...Read now
Unlock full access