UOSCManager::GetAllInt64s

Returns all Int64 values in order of received from OSCMessage

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 Integers (64-bit)", Keywords="osc message"))
static void GetAllInt64s
(
    const FOSCMessage & Message,
    TArray< int64 > & Values
)

Remarks

Returns all Int64 values in order of received from OSCMessage

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