Navigation
API > API/Plugins > API/Plugins/GameplayBehaviorsModule
| Name | UGameplayBehaviorConfig |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GameplayBehaviors/Source/GameplayBehaviorsModule/Public/GameplayBehaviorConfig.h |
| Include Path | #include "GameplayBehaviorConfig.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable, BlueprintType, EditInlineNew, CollapseCategories)
class UGameplayBehaviorConfig : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGameplayBehaviorConfig
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UGameplayBehavior * GetBehavior
(
UWorld& World |
Depending on the specific UGameplayBehavior class returns an instance or CDO of BehaviorClass. | GameplayBehaviorConfig.h |