Skip to content

Commit

Permalink
Added support for RTTI to allow Mobu Python to talk to the device.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicAeryll committed Jun 4, 2018
1 parent 8d1e051 commit e9faab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/MobuLiveLinkPlugin.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class MobuLiveLinkPlugin : ModuleRules
public MobuLiveLinkPlugin(ReadOnlyTargetRules Target) : base(Target)
{
bEnforceIWYU = false;
bUseRTTI = true;

PrivateIncludePaths.AddRange( new string[]
{
Expand Down

0 comments on commit e9faab6

Please sign in to comment.