Skip to content

Commit

Permalink
Update gitignore and some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Sep 20, 2019
1 parent 45cffd1 commit 5060d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ enc_temp_folder/
*.VC.db
*.opendb
*.vcxproj*
*.gen.cpp
*.generated.h

# Precompiled Assets
SourceArt/**/*.png
Expand Down
1 change: 1 addition & 0 deletions Source/DlgSystem/Private/DlgManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ bool UDlgManager::DoesObjectImplementDialogueParticipantInterface(const UObject*
static const UClass* DialogueParticipantClass = UDlgDialogueParticipant::StaticClass();

// Apparently blueprints only work this way
// NOTE this is the blueprint assets, not an instance, used only by the custom graph nodes
if (const UBlueprint* Blueprint = Cast<UBlueprint>(Object))
{
if (const UClass* GeneratedClass = Cast<UClass>(Blueprint->GeneratedClass))
Expand Down

0 comments on commit 5060d68

Please sign in to comment.