October 2016
Intermediate to advanced
452 pages
9h 47m
English
Just as with the previous recipe, UInterfaces are useful, but that utility is severely limited without their functionality being usable by designers.
The previous recipe shows you how to call C++ UInterface functions from Blueprint; this recipe will show you how to replace the implementation of a UInterface function with your own custom Blueprint-only function.
Wearable (IWearable, UWearable).UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = Wearable) int32GetStrengthRequirement(); UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = Wearable) boolCanEquip(APawn* ...
Read now
Unlock full access