UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FPreAnimatedStorageIndex Struct Reference

#include <MovieScenePreAnimatedStateTypes.h>

Public Member Functions

 FPreAnimatedStorageIndex ()
 
 FPreAnimatedStorageIndex (int32 InNewValue)
 
FPreAnimatedStorageIndexoperator= (int32 InNewValue)
 
bool IsValid () const
 
 operator bool () const
 
 operator int32 () const
 

Public Attributes

int32 Value
 

Friends

uint32 GetTypeHash (const FPreAnimatedStorageIndex &InIndex)
 
bool operator== (const FPreAnimatedStorageIndex &A, const FPreAnimatedStorageIndex &B)
 

Constructor & Destructor Documentation

◆ FPreAnimatedStorageIndex() [1/2]

UE::MovieScene::FPreAnimatedStorageIndex::FPreAnimatedStorageIndex ( )
inline

◆ FPreAnimatedStorageIndex() [2/2]

UE::MovieScene::FPreAnimatedStorageIndex::FPreAnimatedStorageIndex ( int32  InNewValue)
inline

Member Function Documentation

◆ IsValid()

bool UE::MovieScene::FPreAnimatedStorageIndex::IsValid ( ) const
inline

◆ operator bool()

UE::MovieScene::FPreAnimatedStorageIndex::operator bool ( ) const
inlineexplicit

◆ operator int32()

UE::MovieScene::FPreAnimatedStorageIndex::operator int32 ( ) const
inline

◆ operator=()

FPreAnimatedStorageIndex & UE::MovieScene::FPreAnimatedStorageIndex::operator= ( int32  InNewValue)
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FPreAnimatedStorageIndex InIndex)
friend

◆ operator==

bool operator== ( const FPreAnimatedStorageIndex A,
const FPreAnimatedStorageIndex B 
)
friend

Member Data Documentation

◆ Value

int32 UE::MovieScene::FPreAnimatedStorageIndex::Value

The documentation for this struct was generated from the following file: