Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/GameplayBehaviors/Source/GameplayBehaviorsModule/Public/GameplayBehavior.h |
Include |
#include "GameplayBehavior.h" |
enum EGameplayBehaviorInstantiationPolicy
{
Instantiate,
ConditionallyInstantiate,
DontInstantiate,
}
Name |
Description |
---|---|
Instantiate |
|
ConditionallyInstantiate |
|
DontInstantiate |