Navigation
Unreal Engine C++ API Reference > Plugins > AjaMediaOutput > UAjaMediaOutput
- UObject::CanEditChange()
- UAjaMediaOutput::CanEditChange()
References
Module | AjaMediaOutput |
Header | /Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Public/AjaMediaOutput.h |
Include | #include "AjaMediaOutput.h" |
Source | /Engine/Plugins/Media/AjaMedia/Source/AjaMediaOutput/Private/AjaMediaOutput.cpp |
virtual bool CanEditChange
&40;
const FProperty &42; InProperty
&41; const
Remarks
Called by the editor to query whether a property of this object is allowed to be modified. The property editor uses this to disable controls for properties that should not be changed. When overriding this function you should always call the parent implementation first. true if the property can be modified in the editor, otherwise false
Parameters
Name | Description |
---|---|
InProperty | The property to query |