vault backup: 2023-12-16 22:19:09

This commit is contained in:
BlueRose 2023-12-16 22:19:09 +08:00
parent 1aa1accc7f
commit 48c05f1053

View File

@ -1,20 +0,0 @@
---
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())); }
```