Blueprint

Overview

UCSkillBPLibrary and UCSkillManager expose skill functions to Blueprint. Functions are BlueprintCallable under the Cdryx|Skill category. The library functions use ExpandEnumAsExecs for branching output (valid / notValid).

Functions

Name Description
retrieveSkillMetadata Returns the FCSkillMetadataStruct (label, cooldown, icon, color) for a skill name. Branches on valid/notValid
retrieveSkill Returns the FCSkillDataStruct (skillClass, specificData) for a skill name. Branches on valid/notValid
consumeSkill Resolves and executes a skill by name on a source actor. Returns true on success