22 UPROPERTY(EditAnywhere, Category=
"Caching")
26 UPROPERTY(EditAnywhere, meta = (EditCondition = "bCanEditSubframeRate", ClampMin = "1"), Category = "
Caching")
28 UPROPERTY(EditAnywhere, meta = (InlineEditConditionToggle), Category = "
Caching")
29 bool bCanEditSubframeRate =
false;
37 bool bRestartSimulation =
false;
40 UPROPERTY(EditAnywhere, Category = "
Caching", meta = (EditCondition = "bRestartSimulation"))
45 bool bEnableAsyncCaching =
false;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127