我在函数参数列表中使用TObjectPtr报错了怎么办?
- 目前只有属性中可以使用TObjectPtr
UPROPERTY()
TObjectPtr<AActor> MYActor;
- 文档是这么介绍的
UFUNCTION(BlueprintCallable, Category="ExorcistInventorySubsystem")
void AddTotalConfig(const UInventoryTotalConfig* ConfigToAdd);
官方文档open in new window