Articy3ImporterForUnreal icon indicating copy to clipboard operation
Articy3ImporterForUnreal copied to clipboard

Added support for articy metadata in the UPARAM specifier

Open jeremyabel opened this issue 2 years ago • 0 comments

This allows you to restrict classes via function parameters:

UFUNCTION(BlueprintCallable)
void AddQuest(UPARAM(Meta = (ArticyClassRestriction = MyQuestEntity)) FArticyId Quest);

This works the same way as the FArticyId details widget. ArticyExactClass also functions as expected. Should I add this for FArticyRefs as well?

jeremyabel avatar Jul 08 '23 20:07 jeremyabel