Skip to content

Commit

Permalink
Update FlowNode_PlayLevelSequenceDetails.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MothDoctor committed Sep 28, 2021
1 parent c634c33 commit 00c33b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ void FFlowNode_PlayLevelSequenceDetails::CustomizeDetails(IDetailLayoutBuilder&
{
IDetailCategoryBuilder& SequenceCategory = DetailBuilder.EditCategory("Sequence");
SequenceCategory.AddProperty(GET_MEMBER_NAME_CHECKED(UFlowNode_PlayLevelSequence, Sequence));
SequenceCategory.AddProperty(GET_MEMBER_NAME_CHECKED(UFlowNode_PlayLevelSequence, PlaybackSettings));
}

0 comments on commit 00c33b5

Please sign in to comment.