← lab3.studioLab³ Studio
Docs
Documentation for our tools and plugins.
Unreal Engine pluginSmart Object ClaimsGives SmartObjects the layer the engine leaves out: a registry of who holds what and why, ownership you can actually verify, offer-and-accept negotiation between agents, events Blueprints can trust, and an optional replicated gateway for client requests.v1.0.0UE 5.8Read the docs Unreal Engine pluginBP NativizerTurns the Blueprint functions you pick into readable C++ compiled from their bytecode, with every existing Blueprint caller running the native version untouched. Anything unsupported refuses loudly, an edited Blueprint falls back to the VM on its own, and a randomized parity harness proves the two behave identically before you rely on it.v1.0.0UE 5.8Read the docs