vault backup: 2023-12-13 22:35:25

This commit is contained in:
BlueRose 2023-12-13 22:35:25 +08:00
parent fe47f57176
commit 1aa1accc7f

View File

@ -0,0 +1,20 @@
---
title: Untitled
date: 2023-12-13 22:02:23
excerpt:
tags:
rating: ⭐
status: inprogress
destination:
share: false
obsidianUIMode: source
---
bool bUseRawDataOnly;
```c++
/**
* Return true if compressed data is out of date / missing and so animation needs to use raw data
*/
bool DoesNeedRecompress() const { return GetSkeleton() && (bUseRawDataOnly || (GetSkeletonVirtualBoneGuid() != GetSkeleton()->GetVirtualBoneGuid())); }
```