PSUECharacter setup: Difference between revisions
Jump to navigation
Jump to search
Created page with "A character in UE is now defined as follows: * ACharacter (UE C++ class for base characters). ** ApsCharacter (ps C++ class containing our attributes and logic stored in bulk..." |
(No difference)
|
Revision as of 11:42, 14 January 2018
A character in UE is now defined as follows:
- ACharacter (UE C++ class for base characters).
- ApsCharacter (ps C++ class containing our attributes and logic stored in bulkobjects/pscharacter.h)
- psCharacterBP (a UE BluePrint stored in /Content/Blueprints). This should contain all common blueprints graphs, example movement, jump, equip robe, etc...
- dermfCharacter (a UE Blueprint stored in /Content/Blueprints). This contains only the specific geometry to the character
- psCharacterBP (a UE BluePrint stored in /Content/Blueprints). This should contain all common blueprints graphs, example movement, jump, equip robe, etc...
- ApsCharacter (ps C++ class containing our attributes and logic stored in bulkobjects/pscharacter.h)