Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USubtitleAssetUserData
Description
UObject::PostEditChangeProperty is in a #if WITH_EDITOR wrapper. EDITORONLY_DATA seems equivalent here and ensures that it matches the #if for bCanEditDuration above (which is indeed editor-only data).
Virtual Inheritance
- UObject::PostEditChangeProperty → USubtitleAssetUserData::PostEditChangeProperty
| Name | PostEditChangeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Subtitles/SubtitlesAndClosedCaptionsDelegates.h |
| Include Path | #include "Subtitles/SubtitlesAndClosedCaptionsDelegates.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Subtitles/SubtitlesAndClosedCaptionsDelegates.cpp |
virtual void PostEditChangeProperty
(
FPropertyChangedEvent & PropertyChangedEvent
)