Navigation
API > API/Plugins > API/Plugins/GameplayBehaviorsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGameplayBehaviorConfig
- UGameplayBehaviorConfig_Animation
- UGameplayBehaviorConfig_BehaviorTree
References
| Module | GameplayBehaviorsModule |
| Header | /Engine/Plugins/Experimental/GameplayBehaviors/Source/GameplayBehaviorsModule/Public/GameplayBehaviorConfig.h |
| Include | #include "GameplayBehaviorConfig.h" |
Syntax
UCLASS&40;Blueprintable, BlueprintType, EditInlineNew, CollapseCategories&41;
class UGameplayBehaviorConfig : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UGameplayBehavior > | BehaviorClass |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGameplayBehavior * | GetBehavior
(
UWorld& World |
Depending on the specific UGameplayBehavior class returns an instance or CDO of BehaviorClass. |