We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f583c commit a29f690Copy full SHA for a29f690
Source/HoudiniEngine/Private/HoudiniEnginePrivatePCH.h
@@ -132,10 +132,6 @@
132
// Always the name of the main landscape actor.
133
// Names for landscape tile actors will be taken from 'unreal_output_name'.
134
#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"
139
140
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_LAYER_MIN "unreal_landscape_layer_min"
141
#define HAPI_UNREAL_ATTRIB_LANDSCAPE_LAYER_MAX "unreal_landscape_layer_max"
0 commit comments