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

#include <MovieScenePropertySystemTypes.h>

Public Member Functions

 FCustomAccessorView ()
 
template<typename T , typename Allocator >
 FCustomAccessorView (const TArray< T, Allocator > &InArray)
 
const FCustomPropertyAccessoroperator[] (int32 InIndex) const
 
int32 Num () const
 
int32 FindCustomAccessorIndex (UClass *ClassType, FName PropertyPath) const
 

Constructor & Destructor Documentation

◆ FCustomAccessorView() [1/2]

UE::MovieScene::FCustomAccessorView::FCustomAccessorView ( )
inline

◆ FCustomAccessorView() [2/2]

template<typename T , typename Allocator >
UE::MovieScene::FCustomAccessorView::FCustomAccessorView ( const TArray< T, Allocator > &  InArray)
inlineexplicit

Member Function Documentation

◆ FindCustomAccessorIndex()

int32 UE::MovieScene::FCustomAccessorView::FindCustomAccessorIndex ( UClass ClassType,
FName  PropertyPath 
) const
inline

◆ Num()

int32 UE::MovieScene::FCustomAccessorView::Num ( ) const
inline

◆ operator[]()

const FCustomPropertyAccessor & UE::MovieScene::FCustomAccessorView::operator[] ( int32  InIndex) const
inline

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