Skip to content

Commit

Permalink
Improve doc of deprecated methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 7, 2023
1 parent cb1c08b commit e1d02e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,8 @@ PREDEFINED = UFUNCTION()= \
UPROPERTY()= \
GENERATED_BODY()= \
UCLASS()= \
CESIUMRUNTIME_API=
CESIUMRUNTIME_API= \
UE_DEPRECATED()=

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down
4 changes: 4 additions & 0 deletions Source/CesiumRuntime/Public/CesiumGlobeAnchorComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ class CESIUMRUNTIME_API UCesiumGlobeAnchorComponent : public UActorComponent {

#pragma region Obsolete
public:
/**
* @brief DEPRECATED
* @deprecated The resolved georeference can no longer be explicitly invalidated. To change the georeference, call SetGeoreference or ReregisterComponent.
*/
UE_DEPRECATED(
"Cesium For Unreal v2.0",
"The resolved georeference can no longer be explicitly invalidated. To change the georeference, call SetGeoreference or ReregisterComponent.")
Expand Down

0 comments on commit e1d02e6

Please sign in to comment.