Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalTest
- UObject::PostEditChangeProperty()
- AActor::PostEditChangeProperty()
- AFunctionalTest::PostEditChangeProperty()
- AScreenshotFunctionalTestBase::PostEditChangeProperty()
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include | #include "FunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp |
virtual void PostEditChangeProperty
&40;
struct FPropertyChangedEvent & PropertyChangedEvent
&41;
Remarks
Called when a property on this object has been modified externally
Parameters
| Name | Description |
|---|---|
| PropertyThatChanged | the property that was modified |