UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEditedDocumentInfo Struct Reference

#include <Blueprint.h>

Public Member Functions

 FEditedDocumentInfo ()
 
 FEditedDocumentInfo (UObject *InEditedObject)
 
 FEditedDocumentInfo (UObject *InEditedObject, const UE::Slate::FDeprecateVector2DParameter &InSavedViewOffset, float InSavedZoomAmount)
 
void PostSerialize (const FArchive &Ar)
 

Public Attributes

FSoftObjectPath EditedObjectPath
 
FDeprecateSlateVector2D SavedViewOffset
 
float SavedZoomAmount
 

Friends

bool operator== (const FEditedDocumentInfo &LHS, const FEditedDocumentInfo &RHS)
 

Constructor & Destructor Documentation

◆ FEditedDocumentInfo() [1/3]

FEditedDocumentInfo::FEditedDocumentInfo ( )
inline

◆ FEditedDocumentInfo() [2/3]

FEditedDocumentInfo::FEditedDocumentInfo ( UObject InEditedObject)
inline

◆ FEditedDocumentInfo() [3/3]

FEditedDocumentInfo::FEditedDocumentInfo ( UObject InEditedObject,
const UE::Slate::FDeprecateVector2DParameter InSavedViewOffset,
float  InSavedZoomAmount 
)
inline

Member Function Documentation

◆ PostSerialize()

void FEditedDocumentInfo::PostSerialize ( const FArchive Ar)
inline

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const FEditedDocumentInfo LHS,
const FEditedDocumentInfo RHS 
)
friend

Member Data Documentation

◆ EditedObjectPath

FSoftObjectPath FEditedDocumentInfo::EditedObjectPath

Edited object

◆ SavedViewOffset

FDeprecateSlateVector2D FEditedDocumentInfo::SavedViewOffset

Saved view position

◆ SavedZoomAmount

float FEditedDocumentInfo::SavedZoomAmount

Saved zoom amount


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