Skip to content

Commit

Permalink
update: set force refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
kSpacer201 committed Nov 10, 2020
1 parent bd83dbd commit 161003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/UEPyICU/Source/UEPyICU/Public/UEPyICUBPLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ class UUEPyICUBPLibrary : public UBlueprintFunctionLibrary
UFUNCTION(BlueprintCallable)
static void SelectActor(
AActor* actor, bool bInSelected = true, bool bNotify = true,
bool bSelectEvenIfHidden = true, bool bForceRefresh = false
bool bSelectEvenIfHidden = true, bool bForceRefresh = true
);
};

0 comments on commit 161003e

Please sign in to comment.