FRigInfluenceMapPerEvent

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Rigs/RigInfluenceMap.h

Include

#include "Rigs/RigInfluenceMap.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FRigInfluenceMapPerEvent

Variables

Name Description

Protected variable UProperty

TMap< FName, in...

 

EventToIndex

Protected variable UProperty

TArray< FRigInf...

 

Maps

Functions

Name Description

Public function Const

TArray< FRig...

 

begin()

Public function

TArray< FRig...

 

begin()

Public function Const

bool

 

Contains

(
    const FName& InEventName
)

Public function Const

TArray< FRig...

 

end()

Public function

TArray< FRig...

 

end()

Public function Const

const FRigIn...

 

Find

(
    const FName& InEventName
)

Public function

FRigInfluenc...

 

FindOrAdd

(
    const FName& InEventName
)

Public function Const

FRigInfluenc...

 

GetEntryModifier

(
    const FName& InEventName,
    const FRigElementKey& InKey
)

Public function Const

int32

 

GetIndex

(
    const FName& InEventName
)

Public function Const

FRigInfluenc...

 

Inverse()

Public function

bool

 

Merge

(
    const FRigInfluenceMapPerEvent& Ot...
)

Public function Const

int32

 

Num()

Public function

void

 

OnKeyRemoved

(
    const FRigElementKey& InKey
)

Public function

void

 

OnKeyRenamed

(
    const FRigElementKey& InOldKey,
    const FRigElementKey& InNewKey
)

Public function

void

 

Remove

(
    const FName& InEventName
)

Public function

void

 

SetEntryModifier

(
    const FName& InEventName,
    const FRigElementKey& InKey,
    const FRigInfluenceEntryModifier& ...
)

Operators

Name Description

Public function Const

const FRigIn...

 

operator[]

(
    const FName& InEventName
)

Public function Const

const FRigIn...

 

operator[]

(
    int32 InIndex
)

Public function

FRigInfluenc...

 

operator[]

(
    int32 InIndex
)

Public function

FRigInfluenc...

 

operator[]

(
    const FName& InEventName
)

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