You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user