Epic Developer Community Forums
What does it "ENSURE_ABILITY_IS_INSTANTIATED_OR_RETURN" do?
Development
Programming & Scripting
Blueprint
question
,
unreal-engine
,
UE5-0
,
CPP
2252381868
(2252381868)
January 27, 2023, 8:03am
2
image
1224×163 9.1 KB
This macro definition checks to see if the current Ability is instantiated. You can use this macro to pop up a Error when an uninstantiated Ability tries to call a function. It’s very simple.
show post in topic