Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FSmartObjectSlotDefinition
Syntax
UPROPERTY (BlueprintReadOnly, EditDefaultsOnly, Category="Slot", Instanced)
TArray < TObjectPtr < USmartObjectBehaviorDefinition > > BehaviorDefinitions
Remarks
All available definitions associated to this slot. This allows multiple frameworks to provide their specific behavior definition to the slot. Note that there should be only one definition of each type since the first one will be selected.