sluaunreal icon indicating copy to clipboard operation
sluaunreal copied to clipboard

提升instanceIndex、newInstanceIndex、classIndex三个方法的性能

Open ShuraLiu opened this issue 5 years ago • 1 comments

通过增加几个Cache来减少对UClass的Property和Function的查询次数,提升instanceIndex、newInstanceIndex、classIndex三个方法的性能。不过不是很确定这样改是否符合之前这几个方法的预期。

ShuraLiu avatar Feb 01 '21 14:02 ShuraLiu

UClass里面的Function是用TMap<FName, UFunction*>保存, FName比起FString要快很多.

RPG3D avatar Jun 21 '21 06:06 RPG3D