Navigation
API > API/Plugins > API/Plugins/AnimGen > API/Plugins/AnimGen/UAnimGenAutoEncoder
Description
Gets a hash value which can be used to test if the underlying content of the auto-encoder networks has changed. This hash should not be relied on for detecting changes with certainty, and so should only be used for non-critical purposes (e.g. UI updates).
| Name | GetContentHash |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/AnimGen/Source/AnimGen/Public/AnimGenAutoEncoder.h |
| Include Path | #include "AnimGenAutoEncoder.h" |
| Source | /Engine/Plugins/Experimental/Animation/AnimGen/Source/AnimGen/Private/AnimGenAutoEncoder.cpp |
UFUNCTION (BlueprintPure, Category="AnimGen")
int32 GetContentHash() const