108 UPROPERTY(config, EditAnywhere, Category = GameplayTags)
109 bool ImportTagsFromConfig;
113 bool WarnOnInvalidTags;
115 UE_DEPRECATED(5.5,
"We never clear invalid tags when reading saved tag references as the loading order of native tags is not guaranteed.")
117 bool ClearInvalidTags =
false;
120 UPROPERTY(config, EditAnywhere, Category =
"Advanced Gameplay Tags")
121 bool AllowEditorTagUnloading;
124 UPROPERTY(config, EditAnywhere, Category =
"Advanced Gameplay Tags")
125 bool AllowGameTagUnloading;
128 UPROPERTY(config, EditAnywhere, Category =
"Advanced Replication")
129 bool FastReplication;
132 UPROPERTY(config, EditAnywhere, Category =
"Advanced Replication", meta=(EditCondition=
"!FastReplication"))
133 bool bDynamicReplication;
136 UPROPERTY(config, EditAnywhere, Category = GameplayTags)
137 FString InvalidTagCharacters;
140 UPROPERTY(config, EditAnywhere, Category = GameplayTags)
144 UPROPERTY(config, EditAnywhere, Category = GameplayTags, meta = (AllowedClasses =
"/Script/Engine.DataTable"))
148 UPROPERTY(config, EditAnywhere, Category =
"Advanced Replication")
152 UPROPERTY(config, EditAnywhere, Category =
"Advanced Replication")
153 int32 NumBitsForContainerSize;
156 UPROPERTY(config, EditAnywhere, Category=
"Advanced Replication")
157 int32 NetIndexFirstBitSegment;
160 UPROPERTY(config, EditAnywhere, AdvancedDisplay, Category =
"Advanced Gameplay Tags")
163#if WITH_EDITORONLY_DATA
169 UPROPERTY(EditAnywhere, AdvancedDisplay,
transient, Category =
"Advanced Gameplay Tags")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127