UOSCManager::GetInt64

Set Value to Int64 at provided Index in OSCMessage if in bounds and type matches

Windows
MacOS
Linux

References

Module

OSC

Header

/Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCManager.h

Include

#include "OSCManager.h"

Source

/Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCManager.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio|OSC",
          Meta=(DisplayName="Get OSC Message Integer (64-bit) at Index", Keywords="osc message"))
static bool GetInt64
(
    const FOSCMessage & Message,
    const int32 Index,
    int64 & Value
)

Remarks

Set Value to Int64 at provided Index in OSCMessage if in bounds and type matches

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss