Hello!
Recently I checked out the actor instancing feature and it is working great. As a next step I wanted to change parameters in instanced actors(in my case a blueprint). According to documentation I can change default static mesh properties by creating a unreal_uproperty_*** attribute but its not working on user created variables in blueprints. I suspect this is because those variables are not uproperties? If that is true, is there any other way to achieve that?
Changing Parameters on Instanced Blueprints
4665 5 3- ekimtan97
- Member
- 1 posts
- Joined: 9月 2016
- Offline
- nekyojin
- Member
- 4 posts
- Joined: 10月 2014
- Offline
- ron281279
- Member
- 36 posts
- Joined: 10月 2018
- Offline
- DASD
- Member
- 453 posts
- Joined: 2月 2013
- Offline
- Erwin Heyms
- Member
- 26 posts
- Joined: 5月 2013
- Offline
DASD
As far as I know, this is not supported, yet.
You should send in RFEs for that, to bump the priority of this development.
The current recommended workaround is to make a bunch of Blueprints with a reasonable range of preset settings and spawn from those.
Sorry to revive an old Thread,
I'm building an elevator car blueprint that i'm trying to spawn with the Houdini Engine.
The blueprint has a set of variables such as start and stop height.
And I would like to set these variables when I instantiate the elevator.
But has support for this been integrated in the upcoming Houdini engine v2 for UE4?
- dpernuit
- スタッフ
- 545 posts
- Joined: 9月 2016
- Offline
Hi Erwin,
I did some tests in v2 related to this, and BP parameters can be modified using unreal_uproperty_ attributes when instanced.
So adding attributes like “unreal_uproperty_startheight” and “unreal_uproperty_stopheight” on the instanced points will give you the ability to change the instanced BP values.
I did some tests in v2 related to this, and BP parameters can be modified using unreal_uproperty_ attributes when instanced.
So adding attributes like “unreal_uproperty_startheight” and “unreal_uproperty_stopheight” on the instanced points will give you the ability to change the instanced BP values.
-
- Quick Links