Navigation
API > API/Plugins > API/Plugins/AnimDatabase > API/Plugins/AnimDatabase/UAnimDatabaseFrameRangesLibrary
Description
Computes a hash representing the contents of a set of frame ranges in a database. This hash is not strong, so should not be relied on for critical purposes, but can be used to detect data changes for things such as displaying warnings in UIs.
| Name | FrameRangesContentHash |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
| Source | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Private/AnimDatabaseFrameRanges.cpp |
UFUNCTION (BlueprintPure, Category="AnimDatabase")
static int32 FrameRangesContentHash
(
const UAnimDatabase * Database,
const FAnimDatabaseFrameRanges & FrameRanges
)