Unreal Engine Blueprint API Reference > Variant Manager
Returns a property path for all the properties we can capture for an actor. Will also handle receiving the actor's class instead.
Target is Variant Manager Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Actor or Class |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
string | Return Value | Returns a property path for all the properties we can capture for an actor. Will alsohandle receiving the actor's class instead. |