Navigation
API > API/Plugins > API/Plugins/GameplayBehaviorsModule > API/Plugins/GameplayBehaviorsModule/UGameplayBehavior
Description
Returns true if this behavior instance is either a non-CDO object or is a CDO, but the class is intended to be used via its instances. If InstantiationPolicy is "ConditionallyInstantiate" then NeedsInstance will be called to see if class wants to spawn an instance depending on
| Name | IsInstanced |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GameplayBehaviors/Source/GameplayBehaviorsModule/Public/GameplayBehavior.h |
| Include Path | #include "GameplayBehavior.h" |
bool IsInstanced
(
const UGameplayBehaviorConfig * Config
) const
Parameters
| Name | Remarks |
|---|---|
| Config |