Skip to content

Commit b26df25

Browse files
Merge branch '5.00_dev' into 5.00
2 parents 51b4676 + 3755876 commit b26df25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ActorInteractionPlugin/Public/Components/ActorInteractableComponentBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ class ACTORINTERACTIONPLUGIN_API UActorInteractableComponentBase : public UWidge
13461346
/**
13471347
* List of Interactable Classes which are ignored
13481348
*/
1349-
UPROPERTY(SaveGame, EditAnywhere, Category="Interaction|Optional", meta=(NoResetToDefault, AllowAbstract=false, MustImplement="ActorInteractorInterface", BlueprintBaseOnly))
1349+
UPROPERTY(SaveGame, EditAnywhere, Category="Interaction|Optional", meta=(NoResetToDefault, AllowAbstract=false, MustImplement="/Script/ActorInteractionPlugin.ActorInteractorInterface", BlueprintBaseOnly))
13501350
TArray<TSoftClassPtr<UObject>> IgnoredClasses;
13511351

13521352
/**

0 commit comments

Comments
 (0)