Exporting UE4 Actors to Reality Hub API
The following sections consist of the guide for exporting the Unreal Engine Actors into Reality Hub API:
📄️ ZDActor Component
ZD ACTOR is an actor component that exports Unreal Actor object into Reality API as a node in run-time. Using ZD ACTOR, you can export any actor into the Reality API.
📄️ Exporting Blueprint Functions
Function exporting is a Reality Editor feature that affects the Reality Setup for calling functions in real-time. You can export INPUT/OUTPUT parameters to the function that will be exposed. You can call the function on Reality Setup.
📄️ Texture Pins on ZDActors
By using ZD ACTOR COMPONENT, you can export texture as an output pin on Reality API. You can expose Texture Object Reference, Texture2D, and Media Texture object types.
🗃️ Exporting Properties
2 items