![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "EntitySystem/MovieScenePropertySystemTypes.h"#include "EntitySystem/MovieScenePropertyMetaData.h"#include "EntitySystem/MovieSceneOperationalTypeConversions.h"#include "EntitySystem/MovieSceneIntermediatePropertyValue.h"#include "EntitySystem/MovieSceneVariantPropertyTypeIndex.h"#include "EntitySystem/MovieScenePropertySupport.h"#include "Channels/MovieSceneUnpackedChannelValues.h"#include "MovieSceneCommonHelpers.h"#include "Misc/GeneratedTypeName.h"#include "UObject/Class.h"#include "UObject/UnrealType.h"#include "UObject/TextProperty.h"#include "UObject/NoExportTypes.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::MovieScene |
Typedefs | |
| template<typename UObjectPropertyType , bool bInIsComposite = true> | |
| using | UE::MovieScene::TDirectPropertyTraits = TPropertyTraits< UObjectPropertyType, UObjectPropertyType, bInIsComposite > |
Functions | |
| template<typename T > | |
| void | UE::MovieScene::UnpackChannelsFromOperational (T &&, const FProperty &Property, FUnpackedChannelValues &) |