Skip to content

Commit a29f690

Browse files
committed
Removed unused Unreal 4 attributes.
bakcport of 482919
1 parent 83f583c commit a29f690

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/HoudiniEngine/Private/HoudiniEnginePrivatePCH.h

-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@
132132
// Always the name of the main landscape actor.
133133
// Names for landscape tile actors will be taken from 'unreal_output_name'.
134134
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_SHARED_ACTOR_NAME "unreal_landscape_shared_actor_name"
135-
// This tile_actor_type succeeds the 'unreal_landscape_streaming_proxy' (v1) attribute.
136-
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_TILE_ACTOR_TYPE "unreal_landscape_tile_actor_type"
137-
// This attribute is for backwards compatibility only.
138-
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_STREAMING_PROXY "unreal_landscape_streaming_proxy"
139135

140136
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_LAYER_MIN "unreal_landscape_layer_min"
141137
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_LAYER_MAX "unreal_landscape_layer_max"

0 commit comments

Comments
 (0)