Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FCustomAccessorView
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
EntitySystem/MovieScenePropertySystemTypes.h |
|
|
|
EntitySystem/MovieScenePropertySystemTypes.h |
|
FCustomAccessorView()
| |
|
| Name |
FCustomAccessorView |
| Type |
function |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h |
| Include Path |
#include "EntitySystem/MovieScenePropertySystemTypes.h" |
FCustomAccessorView()
FCustomAccessorView(const TArray< T, Allocator > &)
| |
|
| Name |
FCustomAccessorView |
| Type |
function |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h |
| Include Path |
#include "EntitySystem/MovieScenePropertySystemTypes.h" |
template<typename T, typename Allocator >
FCustomAccessorView
(
const TArray < T, Allocator > & InArray
)