FiB debug utility to facilitate regression testing for unindexed Blueprints and out-of-date Blueprint index tag values.

- Also addresses an issue introduced with my recent async indexing change where some new Blueprint assets may not have been getting added to the index cache on first save/compile.

#rnx
#jira UE-85923
#rb Dan.OConnor


#ROBOMERGE-SOURCE: CL 11047747 via CL 11047748
#ROBOMERGE-BOT: (v637-11041722)

[CL 11047749 by phillip kavan in Main branch]
This commit is contained in:
phillip kavan
2020-01-17 12:34:46 -05:00
parent b434d4c28e
commit 0663405216
4 changed files with 108 additions and 35 deletions
@@ -30,7 +30,7 @@ class BLUEPRINTGRAPH_API UK2Node_Variable : public UK2Node
GENERATED_UCLASS_BODY()
/** Reference to variable we want to set/get */
UPROPERTY(meta=(BlueprintSearchable="true", BlueprintSearchableHiddenExplicit="true"))
UPROPERTY(meta=(BlueprintSearchable="true", BlueprintSearchableHiddenExplicit="true", BlueprintSearchableFormatVersion="FIB_VER_VARIABLE_REFERENCE"))
FMemberReference VariableReference;
UPROPERTY()