Epic Developer Community Forums
How do i convert from type ?agent to agent... im so confused with optionals
Development
Programming & Scripting
Verse
fortnite-creative
,
unreal-editor-for-fortnite
,
fortnite
Twin01
(Thomas Burns / Twin)
August 12, 2023, 8:23pm
3
Like this:
Foo(MaybeAgent: ?agent): void = if (Agent := MaybeAgent?): # Do stuff with 'Agent'
4 Likes
How do I find out what was passed in my tuple?
show post in topic