Ask Epic: Verse - March 28 @ 10:00 AM ET

  1. I have created a quick guide to stack_box_slot. I hope it will be useful to you.
    stack_box_slot cheetsheet

  2. Why is an agent instance always required when operating a device? Is it an internal processing limitation?
    For example, the following code does not seem to require an agent.

if:
    Agent := GetPlayspace().GetPlayers()[0]
then:
    SwitchDevice.ToggleState(Agent) #SwitchDevice is switch_device
  1. Why can’t I use parametric classes written in external files?
    see also. Unusable Verse modules

  2. Why can’t I write an expression with no return value in the conditional part of a for expression?
    see also. A void call in For filter can't compile