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

#include <ExposedValueHandler.h>

Public Member Functions

 FExposedValueCopyRecord ()=default
 
 FExposedValueCopyRecord (int32 InCopyIndex, EPostCopyOperation InPostCopyOperation, bool bInOnlyUpdateWhenActive)
 

Public Attributes

int32 CopyIndex = INDEX_NONE
 
EPostCopyOperation PostCopyOperation = EPostCopyOperation::None
 
bool bOnlyUpdateWhenActive = false
 

Constructor & Destructor Documentation

◆ FExposedValueCopyRecord() [1/2]

FExposedValueCopyRecord::FExposedValueCopyRecord ( )
default

◆ FExposedValueCopyRecord() [2/2]

FExposedValueCopyRecord::FExposedValueCopyRecord ( int32  InCopyIndex,
EPostCopyOperation  InPostCopyOperation,
bool  bInOnlyUpdateWhenActive 
)
inline

Member Data Documentation

◆ bOnlyUpdateWhenActive

bool FExposedValueCopyRecord::bOnlyUpdateWhenActive = false

◆ CopyIndex

int32 FExposedValueCopyRecord::CopyIndex = INDEX_NONE

◆ PostCopyOperation

EPostCopyOperation FExposedValueCopyRecord::PostCopyOperation = EPostCopyOperation::None

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